BNB Sneak Peek

Instantly see the balance of an BNB address mentioned on any web page.

O que é BNB Sneak Peek?

BNB Sneak Peek é uma extensão do Chrome desenvolvida por https://cointutu.com, e sua principal característica é "Instantly see the balance of an BNB address mentioned on any web page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão BNB Sneak Peek

Baixe arquivos de extensão BNB Sneak Peek 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 the balance of an BNB address mentioned on any web page.
This extension adds a small icon to the right of each BNB address on every web site. Clicking it shows you the current balance of the address.

Data is pulled from bscscan.com

This tool is one of cointutu.com to Help token hunters on Binance Smart Chain (BSC).                    

Informações Básicas da Extensão

Nome BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
URL Oficial https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Descrição Instantly see the balance of an BNB address mentioned on any web page.
Tamanho do Arquivo 16.19 KB
Contagem de Instalações 29
Versão Atual 0.0.1
Última Atualização 2021-08-26
Data de Publicação 2021-08-26
Desenvolvedor https://cointutu.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Instantly see the balance of an BNB address mentioned on any web page.",
    "icons": {
        "128": "i\/bnbsneakpeek_logo128.png",
        "48": "i\/bnbsneakpeek_logo48.png"
    },
    "manifest_version": 2,
    "name": "BNB Sneak Peek",
    "permissions": [
        "https:\/\/bscscan.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "web_accessible_resources": [
        "i\/bnbsneakpeek_logo32.png"
    ]
}