Cointutu Honeypot Shield

Cointutu Honeypot Shield

Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "web3.min.js",
        "content_script.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.",
  "icons": {
    "48": "i/cointutu_logo48.png",
    "128": "i/cointutu_logo128.png"
  },
  "manifest_version": 2,
  "name": "Cointutu Honeypot Shield",
  "permissions": [
    "https://bscscan.com/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.2",
  "web_accessible_resources": [
    "i/cointutu_logo32.png"
  ]
}