Cointutu Honeypot Shield

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

Was ist Cointutu Honeypot Shield?

Cointutu Honeypot Shield ist eine Chrome-Erweiterung, die von https://cointutu.com entwickelt wurde, und ihr Hauptmerkmal ist "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Erweiterungsscreenshots

screenshot

Cointutu Honeypot Shield-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cointutu Honeypot Shield-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
Offizielle URL https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Beschreibung Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Dateigröße 417 KB
Installationsanzahl 70
Aktuelle Version 0.0.2
Letztes Update 2021-11-01
Veröffentlichungsdatum 2021-09-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://cointutu.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}