BNB Sneak Peek

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

什么是BNB Sneak Peek?

BNB Sneak Peek是由https://cointutu.com开发的Chrome扩展程序,该扩展的主要功能是“Instantly see the balance of an BNB address mentioned on any web page.”。

扩展截图

screenshot
screenshot

下载BNB Sneak Peek扩展crx文件

下载BNB Sneak Peek扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
官方URL https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
简介 Instantly see the balance of an BNB address mentioned on any web page.
文件大小 16.19 KB
安装次数 29
当前版本 0.0.1
更新时间 2021-08-26
上架时间 2021-08-26
开发者 https://cointutu.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}