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是由https://b-ee.io開發的Chrome擴展程式,該擴展的主要功能是“Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Web3 Balances Viewer擴展crx文件

下載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
官方網址 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"
    }
}