Cointutu Honeypot Shield

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

What is Cointutu Honeypot Shield?

Cointutu Honeypot Shield is a Chrome extension developed by https://cointutu.com, and its main feature is "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Extension Screenshots

screenshot

Download Cointutu Honeypot Shield Extension CRX File

Download Cointutu Honeypot Shield extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

See that if a token was not launched yet or there's no liquidity it could throw a false positive alert.                    

Extension Basic Information

Name Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
Official URL https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Description Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
File Size 417 KB
Installation Count 70
Current Version 0.0.2
Last Updated 2021-11-01
Publish Date 2021-09-10
Rating 5.00/5 Total 1 Ratings
Developer https://cointutu.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "web3.min.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "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": {
        "128": "i\/cointutu_logo128.png",
        "48": "i\/cointutu_logo48.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"
    ]
}