BNB Sneak Peek

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

BNB Sneak Peek là gì?

BNB Sneak Peek là một tiện ích mở rộng Chrome được phát triển bởi https://cointutu.com, và tính năng chính của nó là "Instantly see the balance of an BNB address mentioned on any web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BNB Sneak Peek

Tải xuống các tệp mở rộng BNB Sneak Peek dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
URL Chính Thức https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Mô tả Instantly see the balance of an BNB address mentioned on any web page.
Kích Thước Tệp 16.19 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2021-08-26
Ngày Phát Hành 2021-08-26
Nhà Phát Triển https://cointutu.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}