XDB Wallet

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

Was ist XDB Wallet?

XDB Wallet ist eine Chrome-Erweiterung, die von xdb-wallet entwickelt wurde, und ihr Hauptmerkmal ist "XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

XDB Wallet-Erweiterungs-CRX-Datei herunterladen

Laden Sie XDB Wallet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name XDB Wallet XDB Wallet
ID bodadjcgfgigmmnambomndppidgdjlni
Offizielle URL https://chromewebstore.google.com/detail/xdb-wallet/bodadjcgfgigmmnambomndppidgdjlni
Beschreibung XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.
Dateigröße 2.27 MB
Installationsanzahl 193
Aktuelle Version 1.0.3.3
Letztes Update 2024-01-31
Veröffentlichungsdatum 2023-12-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler xdb-wallet
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.xdbchain.com/wallet
Hilfeseite URL https://www.xdbchain.com/wallet
URL der Datenschutzrichtlinien-Seite https://xdbchain.com/wallet/privacy-policy
Unterstützte Sprachen 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
}