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é es Cointutu Honeypot Shield?

Cointutu Honeypot Shield es una extensión de Chrome desarrollada por https://cointutu.com, y su función principal es "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cointutu Honeypot Shield

Descarga archivos de extensión Cointutu Honeypot Shield en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
URL Oficial https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Descripción Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Tamaño del Archivo 417 KB
Cantidad de Instalaciones 70
Versión Actual 0.0.2
Última Actualización 2021-11-01
Fecha de Publicación 2021-09-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://cointutu.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}