VOFO Wallet

Browser plugin wallet for DMC

什麼是VOFO Wallet?

VOFO Wallet是由DMC Foundation開發的Chrome擴展程式,該擴展的主要功能是“Browser plugin wallet for DMC”。

擴展截圖

screenshot

下載VOFO Wallet擴展crx文件

下載VOFO Wallet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}