Electrum Browser Companion

A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.

Electrum Browser Companion क्या है?

Electrum Browser Companion Electrum Companion Developers द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance."।

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

screenshot

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

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

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

                        With this extension installed in your browser you can monitor the value in US Dollars of your Electrum Bitcoin Wallet.
This extension works with the Electrum application running on your computer to provide a safe and secure way of accessing your data. This extension cannot: perform payments on your behalf nor autonomously connect to your Electrum Wallet. The How To section explains how to configure this extension. We do not store any personal information between different browser sessions, other than those required by the application to work. As soon as you close the browser or Electrum, this extension can no longer connect to it.                    

एक्सटेंशन की मूल जानकारी

नाम Electrum Browser Companion Electrum Browser Companion
ID pljgdilmpnfcjmfmnfdlpjodmhiglmlb
आधिकारिक URL https://chromewebstore.google.com/detail/electrum-browser-companio/pljgdilmpnfcjmfmnfdlpjodmhiglmlb
विवरण A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.
फ़ाइल का आकार 189 KB
स्थापना संख्या 545
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-05-15
प्रकाशन तिथि 2020-05-14
डेवलपर Electrum Companion Developers
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Electrum Browser Companion",
    "version": "1.1",
    "description": "A safe and secure extension to monitor the monetary value of your Electrum Bitcoin Wallet balance.",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "browser_action": {
        "default_popup": "ui\/popup.html",
        "default_icon": {
            "16": "images\/electrum_16.png",
            "32": "images\/electrum_32.png",
            "48": "images\/electrum_48.png",
            "128": "images\/electrum_128.png"
        }
    },
    "icons": {
        "16": "images\/electrum_16.png",
        "32": "images\/electrum_32.png",
        "48": "images\/electrum_48.png",
        "128": "images\/electrum_128.png"
    }
}