BNB Sneak Peek

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

Wat is BNB Sneak Peek?

BNB Sneak Peek is een Chrome-extensie ontwikkeld door https://cointutu.com, en de belangrijkste functie is "Instantly see the balance of an BNB address mentioned on any web page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BNB Sneak Peek

Download BNB Sneak Peek-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
Officiële URL https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Beschrijving Instantly see the balance of an BNB address mentioned on any web page.
Bestandsgrootte 16.19 KB
Aantal Installaties 29
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-08-26
Publicatiedatum 2021-08-26
Ontwikkelaar https://cointutu.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}