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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}