BNB Sneak Peek

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

Vad är BNB Sneak Peek?

BNB Sneak Peek är en Chrome-tillägg utvecklad av https://cointutu.com, och dess huvudfunktion är "Instantly see the balance of an BNB address mentioned on any web page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner BNB Sneak Peek-förlängningens CRX-fil

Ladda ner BNB Sneak Peek-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
Officiell webbadress https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Beskrivning Instantly see the balance of an BNB address mentioned on any web page.
Filstorlek 16.19 KB
Antal Installationer 29
Aktuell Version 0.0.1
Senast Uppdaterad 2021-08-26
Publiceringsdatum 2021-08-26
Utvecklare https://cointutu.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}