TensorScan AI

TensorScan AI

Analyze Ethereum wallets effortlessly with TensorScan AI extension. Seamlessly integrated with Etherscan.io. Download now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "TensorScan AI",
  "version": "1.4.3",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Tensor Scan AI"
  },
  "content_scripts": [
    {
      "matches": [
        "https://etherscan.io/address/*"
      ],
      "js": [
        "chunks/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "description": "Analyze Ethereum wallets effortlessly with TensorScan AI extension. Seamlessly integrated with Etherscan.io. Download now!"
}