XDB Wallet

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

What is XDB Wallet?

XDB Wallet is a Chrome extension developed by xdb-wallet, and its main feature is "XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download XDB Wallet Extension CRX File

Download XDB Wallet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name XDB Wallet XDB Wallet
ID bodadjcgfgigmmnambomndppidgdjlni
Official URL https://chromewebstore.google.com/detail/xdb-wallet/bodadjcgfgigmmnambomndppidgdjlni
Description XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.
File Size 2.27 MB
Installation Count 193
Current Version 1.0.3.3
Last Updated 2024-01-31
Publish Date 2023-12-12
Rating 5.00/5 Total 3 Ratings
Developer xdb-wallet
Email [email protected]
Payment Type free
Extension Website https://www.xdbchain.com/wallet
Help Page URL https://www.xdbchain.com/wallet
Privacy Policy Page URL https://xdbchain.com/wallet/privacy-policy
Supported Languages 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
}