Cointutu Honeypot Shield

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

Cos'è Cointutu Honeypot Shield?

Cointutu Honeypot Shield è un'estensione di Chrome sviluppata da https://cointutu.com, e la sua funzione principale è "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Cointutu Honeypot Shield

Scarica i file di estensione Cointutu Honeypot Shield in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
URL Ufficiale https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Descrizione Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Dimensione del File 417 KB
Conteggio Installazioni 70
Versione Corrente 0.0.2
Ultimo Aggiornamento 2021-11-01
Data di Pubblicazione 2021-09-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://cointutu.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}