Cointutu Honeypot Shield

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

Vad är Cointutu Honeypot Shield?

Cointutu Honeypot Shield är en Chrome-tillägg utvecklad av https://cointutu.com, och dess huvudfunktion är "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Tilläggsskärmbilder

screenshot

Ladda ner Cointutu Honeypot Shield-förlängningens CRX-fil

Ladda ner Cointutu Honeypot Shield-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
Officiell webbadress https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Beskrivning Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Filstorlek 417 KB
Antal Installationer 70
Aktuell Version 0.0.2
Senast Uppdaterad 2021-11-01
Publiceringsdatum 2021-09-10
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://cointutu.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}