BNB Sneak Peek

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

Apa itu BNB Sneak Peek?

BNB Sneak Peek adalah ekstensi Chrome yang dikembangkan oleh https://cointutu.com, dan fitur utamanya adalah "Instantly see the balance of an BNB address mentioned on any web page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BNB Sneak Peek

Unduh file ekstensi BNB Sneak Peek dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BNB Sneak Peek BNB Sneak Peek
ID ognahfaffppnnbipjianmjminhmonlbb
URL Resmi https://chromewebstore.google.com/detail/bnb-sneak-peek/ognahfaffppnnbipjianmjminhmonlbb
Deskripsi Instantly see the balance of an BNB address mentioned on any web page.
Ukuran File 16.19 KB
Jumlah Instalasi 29
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2021-08-26
Tanggal Publikasi 2021-08-26
Pengembang https://cointutu.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}