XIDAR Wallet for RadixDLT

Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.

Qu'est-ce que XIDAR Wallet for RadixDLT ?

XIDAR Wallet for RadixDLT est une extension Chrome développée par https://xidar.io, et sa fonction principale est "Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension XIDAR Wallet for RadixDLT

Téléchargez les fichiers d'extension XIDAR Wallet for RadixDLT 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 XIDAR wallet is the best way to use the RadixDLT network.

Creating accounts, sending transactions, staking, swapping, etc... Everything is possible with this wallet.

Beyond an application, the wallet will improve your experience by offering the possibility of connecting to compatible applications and websites.                    

Informations de Base sur l'Extension

Nom XIDAR Wallet for RadixDLT XIDAR Wallet for RadixDLT
ID hgnpaljkalilofmmbhgkkldbdbogddlo
URL Officiel https://chromewebstore.google.com/detail/xidar-wallet-for-radixdlt/hgnpaljkalilofmmbhgkkldbdbogddlo
Description Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.
Taille du Fichier 102 MB
Nombre d'Installations 1,123
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-10-03
Date de Publication 2022-11-29
Évaluation 4.70/5 Total 23 Évaluations
Développeur https://xidar.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://xidar.io/wallet
URL de la Page de Politique de Confidentialité https://xidar.Io/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "XIDAR Wallet for RadixDLT",
    "description": "Your Gateway to simplicity. The most powerful wallet to explore RadixDLT.",
    "version": "1.1.1",
    "author": "XIDAR",
    "homepage_url": "https:\/\/xidar.io",
    "icons": {
        "48": "assets\/images\/icons\/icon48.png",
        "96": "assets\/images\/icons\/icon96.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/xidar.io' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "notifications",
        "tabs",
        "alarms",
        "storage",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "\/extension\/background\/background.min.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/extension\/browser-polyfill.min.js",
                "\/extension\/content\/bech32.min.js",
                "\/extension\/content\/content.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/extension\/inpage\/xidar.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "assets\/images\/icons\/icon32.png",
        "default_title": "Xidar Wallet",
        "default_popup": "frontend\/dist\/frontend\/index.html"
    }
}