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
公式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
Eメール [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"
    }
}