VOFO Wallet

Browser plugin wallet for DMC

VOFO Wallet क्या है?

VOFO Wallet DMC Foundation द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Browser plugin wallet for DMC"।

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

screenshot

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

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

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

                        Browser plugin wallet for DMC

VOFO Wallet is a blockchain digital asset management application and an entrance to the DMC storage network. DMC Wallet app is both a wallet & a browser. Buy, send, stake & exchange your digital assets.


*Personalized account
*Double protection of assets
*High-speed and low-fee swap between PST&DMC
*All transactions are on-chain ,easily verified.


Contact Us
Website: dmctech.io
Discord: discord.gg/dmcofficial
Twitter: t.me/DMC_Foundation                    

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

नाम VOFO Wallet VOFO Wallet
ID jmgipjhlmabpmcikcahmmgleghckefjg
आधिकारिक URL https://chromewebstore.google.com/detail/vofo-wallet/jmgipjhlmabpmcikcahmmgleghckefjg
विवरण Browser plugin wallet for DMC
फ़ाइल का आकार 9.49 MB
स्थापना संख्या 8,767
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2023-12-29
प्रकाशन तिथि 2023-02-21
रेटिंग 3.18/5 कुल 11 रेटिंग्स
डेवलपर DMC Foundation
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dmctech.io
सहायता पृष्ठ URL https://dmctech.io
गोपनीयता नीति पृष्ठ URL https://dmctech.io/index.php?c=show&id=44
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VOFO Wallet",
    "description": "Browser plugin wallet for DMC",
    "version": "1.5.1",
    "content_security_policy": {
        "script-src": "self",
        "unsafe-eval": "self",
        "object-src": "self"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        },
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "extension_ids": [],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}