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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display any blockchain wallet balances in seconds — including BTC, ETH, Polygon, BCS networks, and different currencies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web3 Balances Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ★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"
    }
}