BNB Sneak Peek

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

Qu'est-ce que BNB Sneak Peek ?

BNB Sneak Peek est une extension Chrome développée par https://cointutu.com, et sa fonction principale est "Instantly see the balance of an BNB address mentioned on any web page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BNB Sneak Peek

Téléchargez les fichiers d'extension BNB Sneak Peek au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
URL Officiel https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Description Instantly see the balance of an BNB address mentioned on any web page.
Taille du Fichier 16.19 KB
Nombre d'Installations 29
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-08-26
Date de Publication 2021-08-26
Développeur https://cointutu.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}