XDB Wallet

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

Qu'est-ce que XDB Wallet ?

XDB Wallet est une extension Chrome développée par xdb-wallet, et sa fonction principale est "XDB Wallet is a non-custodial wallet extension that enables you to sign XDB Chain transactions via your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension XDB Wallet

Téléchargez les fichiers d'extension XDB Wallet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom XDB Wallet XDB Wallet
ID bodadjcgfgigmmnambomndppidgdjlni
URL Officiel 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.
Taille du Fichier 2.27 MB
Nombre d'Installations 193
Version Actuelle 1.0.3.3
Dernière Mise à Jour 2024-01-31
Date de Publication 2023-12-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur xdb-wallet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.xdbchain.com/wallet
URL de la Page d'Aide https://www.xdbchain.com/wallet
URL de la Page de Politique de Confidentialité https://xdbchain.com/wallet/privacy-policy
Langues Prises en Charge 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
}