BNB Sneak Peek

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

BNB Sneak Peekคืออะไร?

BNB Sneak Peek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cointutu.com และคุณลักษณะหลักของมันคือ "Instantly see the balance of an BNB address mentioned on any web page."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BNB Sneak Peek

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}