BNB Sneak Peek

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

What is BNB Sneak Peek?

BNB Sneak Peek is a Chrome extension developed by https://cointutu.com, and its main feature is "Instantly see the balance of an BNB address mentioned on any web page.".

Extension Screenshots

screenshot
screenshot

Download BNB Sneak Peek Extension CRX File

Download BNB Sneak Peek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
Official URL https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Description Instantly see the balance of an BNB address mentioned on any web page.
File Size 16.19 KB
Installation Count 29
Current Version 0.0.1
Last Updated 2021-08-26
Publish Date 2021-08-26
Developer https://cointutu.com
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}