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
官方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"
    }
}