XDB Wallet

XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.

XDB Walletคืออะไร?

XDB Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xdb-wallet และคุณลักษณะหลักของมันคือ "XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย XDB Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The XDB WALLET wallet does not store your personal information, giving you total control of how you transact on the XDB CHAIN blockchain network.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ XDB Wallet XDB Wallet
ID bodadjcgfgigmmnambomndppidgdjlni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/xdb-wallet/bodadjcgfgigmmnambomndppidgdjlni
คำอธิบาย XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.
ขนาดไฟล์ 2.27 MB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 1.0.3.3
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2023-12-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา xdb-wallet
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.xdbchain.com/wallet
URL หน้าช่วยเหลือ https://www.xdbchain.com/wallet
URL หน้านโยบายความเป็นส่วนตัว https://xdbchain.com/wallet/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XDB Wallet",
    "version": "1.0.3.3",
    "version_name": "1.0.3.3",
    "description": "XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.",
    "background": {
        "service_worker": "background.min.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/laboratory.xdbchain.com\/*"
            ],
            "js": [
                "contentScript.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/colored-xdb-logo.png",
            "32": "images\/colored-xdb-logo.png",
            "48": "images\/colored-xdb-logo.png",
            "128": "images\/colored-xdb-logo.png"
        }
    },
    "icons": {
        "16": "images\/colored-xdb-logo.png",
        "32": "images\/colored-xdb-logo.png",
        "48": "images\/colored-xdb-logo.png",
        "128": "images\/colored-xdb-logo.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "manifest_version": 3
}