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
官方網址 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"
    ]
}