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 to jest Cointutu Honeypot Shield?

Cointutu Honeypot Shield to rozszerzenie Chrome opracowane przez https://cointutu.com, a jego główną funkcją jest „Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cointutu Honeypot Shield

Pobierz pliki rozszerzeń Cointutu Honeypot Shield w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
Oficjalny URL https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Opis Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Rozmiar pliku 417 KB
Liczba instalacji 70
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2021-11-01
Data Publikacji 2021-09-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://cointutu.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}