Web3 Balances Viewer

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

¿Qué es Web3 Balances Viewer?

Web3 Balances Viewer es una extensión de Chrome desarrollada por https://b-ee.io, y su función principal es "Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Web3 Balances Viewer

Descarga archivos de extensión Web3 Balances Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ★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]                    

Información Básica de la Extensión

Nombre Web3 Balances Viewer Web3 Balances Viewer
ID hmmpfmnobpgcghmpahhgdbkmmmgnaedd
URL Oficial https://chromewebstore.google.com/detail/web3-balances-viewer/hmmpfmnobpgcghmpahhgdbkmmmgnaedd
Descripción Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies.
Tamaño del Archivo 10.62 MB
Cantidad de Instalaciones 35
Versión Actual 1.0.16
Última Actualización 2023-03-20
Fecha de Publicación 2022-12-02
Calificación 5.00/5 Total de 7 Calificaciones
Desarrollador https://b-ee.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://b-ee.io
URL de la Página de Política de Privacidad https://b-ee.io/privacy.html
Idiomas Soportados 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"
    }
}