Volt Wallet

Volt Wallet

Volt Wallet क्या है?

Volt Wallet Volt.id द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Volt Wallet"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Bitcoin wallet and BFI(Bitcoin Finance) portal
Volt is a Bitcoin and multi-chain crypto wallet in your Browser
Volt is an extension for reading from and writing to Bitcoin blockchain!
Scan QR code with Volt mobile App to connect with extention wallet in a simple and secure way.

Volt is also the first wallet that supports interacting with BFI(called 'DeFi' by the wider crypto community) on Bitcoin

Volt also lets the user create and manage their own identities and application connection,  when a third party app requires the user to approve permission, the user is presented an interface to review permisssions and transaction, before approving or rejecting it.

Volt nables access to:
Web 3.0, Bitcoin Dapps, Bitcoin NFTs, STP(Sensible Token Protocol) tokens.                    

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

नाम Volt Wallet Volt Wallet
ID nefphheeepefieolhnenmbfmoppchgdg
आधिकारिक URL https://chrome.google.com/webstore/detail/volt-wallet/nefphheeepefieolhnenmbfmoppchgdg
विवरण Volt Wallet
फ़ाइल का आकार 4.07 MB
स्थापना संख्या 813
वर्तमान संस्करण 2.2.5
अंतिम अपडेट 2022-06-15
प्रकाशन तिथि 2022-01-10
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Volt.id
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.volt.id
सहायता पृष्ठ URL https://www.volt.id
गोपनीयता नीति पृष्ठ URL https://volt.id
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volt Wallet",
    "version": "2.2.5",
    "homepage_url": "https:\/\/volt.id",
    "description": "Volt Wallet",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": ".\/dist\/assets\/50.png",
        "128": ".\/dist\/assets\/150.png"
    },
    "background": {
        "scripts": [
            "dist\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "dist\/script.js"
    ],
    "browser_action": {
        "default_popup": ".\/index.html",
        "default_title": "Volt Wallet",
        "default_icon": {
            "48": ".\/dist\/assets\/50.png"
        }
    }
}