Cointutu Honeypot Shield

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

Qu'est-ce que Cointutu Honeypot Shield ?

Cointutu Honeypot Shield est une extension Chrome développée par https://cointutu.com, et sa fonction principale est "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cointutu Honeypot Shield

Téléchargez les fichiers d'extension Cointutu Honeypot Shield au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
URL Officiel https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Description Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Taille du Fichier 417 KB
Nombre d'Installations 70
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-11-01
Date de Publication 2021-09-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://cointutu.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}