VOFO Wallet

Browser plugin wallet for DMC

VOFO Walletคืออะไร?

VOFO Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DMC Foundation และคุณลักษณะหลักของมันคือ "Browser plugin wallet for DMC"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VOFO Wallet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}