Cointutu Honeypot Shield

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

Co je Cointutu Honeypot Shield?

Cointutu Honeypot Shield je rozšíření Chrome vyvinuté https://cointutu.com, a jeho hlavní funkcí je „Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cointutu Honeypot Shield

Stáhněte si soubory rozšíření Cointutu Honeypot Shield ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
Oficiální URL https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Popis Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Velikost souboru 417 KB
Počet instalací 70
Aktuální Verze 0.0.2
Poslední Aktualizace 2021-11-01
Datum Vydání 2021-09-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://cointutu.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}