DethEtherscan

DethEtherscan

dETH Code explorer inside etherscan

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DethEtherscan",
  "version": "1.0.2",
  "description": "dETH Code explorer inside etherscan",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://etherscan.io/*",
        "https://arbiscan.io/*",
        "https://polygonscan.com/*",
        "https://bscscan.com/*",
        "https://optimistic.etherscan.io/*",
        "https://ropsten.etherscan.io/*",
        "https://testnet.bscscan.com/*",
        "https://hecoinfo.com/*",
        "https://snowtrace.com/*",
        "https://rinkeby.etherscan.io/*",
        "https://kovan.etherscan.io/*",
        "https://ftmscan.com/*",
        "https://moonbase.moonscan.io/*",
        "https://moonriver.moonscan.io/"
      ],
      "js": [
        "Content.js"
      ]
    }
  ]
}