Yezcoin Ethereum Scam Address Detector

Yezcoin Ethereum Scam Address Detector

A powerful extension to alert users if the Ethereuem address that users are sending Ethereum to matches scammer Ethereum Address.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yezcoin Ethereum Scam Address Detector",
  "description": "A powerful extension to alert users if the Ethereuem address that users are sending Ethereum to matches scammer Ethereum Address.",
  "version": "0.0.0.1",
  "browser_action": {},
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "/antiscam_checker.user.js"
      ]
    }
  ],
  "icons": {
    "128": "icon_128.png"
  },
  "converted_from_user_script": true
}