Cointutu Honeypot Shield

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

Hvad er Cointutu Honeypot Shield?

Cointutu Honeypot Shield er en Chrome-udvidelse udviklet af https://cointutu.com, og dens hovedfunktion er "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Udvidelsesskærmbilleder

screenshot

Download Cointutu Honeypot Shield-udvidelses-CRX-fil

Download Cointutu Honeypot Shield-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
Officiel URL https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Beskrivelse Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Filstørrelse 417 KB
Antal Installationer 70
Nuværende Version 0.0.2
Senest Opdateret 2021-11-01
Udgivelsesdato 2021-09-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://cointutu.com
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}