Web3 Balances Viewer

Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies.

Web3 Balances Viewerคืออะไร?

Web3 Balances Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://b-ee.io และคุณลักษณะหลักของมันคือ "Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web3 Balances Viewer

ดาวน์โหลดไฟล์ส่วนขยาย Web3 Balances Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ★Web3 Balance Viewer in your Browser★

Web3 Balance Viewer is an extension showing Bitcoin, Ethereum, Polygon, and Binance Smart Chains wallets balance USD amounts in your browser!

Move the mouse over the Crypto Address in your browser to see the real-time balance information using USD real-time dynamic rate for selected wallet. Try and you will like it.

How it works:
✔️ Install Extension
✔️ Reload the browser 
✔️ Configure according to your preferences
✔️ Move the mouse on the crypto wallet address inside your browser


★The Web3 Balance Viewer networks supporting list:★
✔️ Ethereum Mainnet
✔️ Polygon
✔️ Binance Smart Chain
✔️ Bitcoin

★Top30 CoinMarketCap + Custom Token support★

👍 Try it and see if it works for you. 
✉️ Questions/suggestions/help can be found at https://b-ee.io/ or [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Web3 Balances Viewer Web3 Balances Viewer
ID hmmpfmnobpgcghmpahhgdbkmmmgnaedd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web3-balances-viewer/hmmpfmnobpgcghmpahhgdbkmmmgnaedd
คำอธิบาย Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies.
ขนาดไฟล์ 10.62 MB
จำนวนการติดตั้ง 35
เวอร์ชันปัจจุบัน 1.0.16
อัปเดตครั้งล่าสุด 2023-03-20
วันที่เผยแพร่ 2022-12-02
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://b-ee.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://b-ee.io
URL หน้านโยบายความเป็นส่วนตัว https://b-ee.io/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.16",
    "name": "Web3 Balances Viewer",
    "description": "Display any blockchain wallet balances in seconds \u2014 including BTC, ETH, Polygon, BCS networks, and different currencies.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "css": [
                "css\/plugin-style.css",
                "css\/variables.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Web3 Balances Viewer",
        "default_popup": "app.html"
    },
    "options_ui": {
        "page": "app.html"
    }
}