Cointutu Honeypot Shield

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

O que é Cointutu Honeypot Shield?

Cointutu Honeypot Shield é uma extensão do Chrome desenvolvida por https://cointutu.com, e sua principal característica é "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cointutu Honeypot Shield

Baixe arquivos de extensão Cointutu Honeypot Shield no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
URL Oficial https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Descrição Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Tamanho do Arquivo 417 KB
Contagem de Instalações 70
Versão Atual 0.0.2
Última Atualização 2021-11-01
Data de Publicação 2021-09-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://cointutu.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}