BNB Sneak Peek

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

Cos'è BNB Sneak Peek?

BNB Sneak Peek è un'estensione di Chrome sviluppata da https://cointutu.com, e la sua funzione principale è "Instantly see the balance of an BNB address mentioned on any web page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BNB Sneak Peek

Scarica i file di estensione BNB Sneak Peek in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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).                    

Informazioni di Base sull'Estensione

Nome BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
URL Ufficiale https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Descrizione Instantly see the balance of an BNB address mentioned on any web page.
Dimensione del File 16.19 KB
Conteggio Installazioni 29
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-08-26
Data di Pubblicazione 2021-08-26
Sviluppatore https://cointutu.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}