AstraX

AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.

Qu'est-ce que AstraX ?

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

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AstraX

Téléchargez les fichiers d'extension AstraX 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 AstraX wallet does not store your personal information, giving you total control of how you transact on the DigitalBits network.                    

Informations de Base sur l'Extension

Nom AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
URL Officiel https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
Description AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
Taille du Fichier 2.07 MB
Nombre d'Installations 673
Version Actuelle 1.12.3.22
Dernière Mise à Jour 2023-08-16
Date de Publication 2021-10-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur astrax-wallet
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://astraxwallet.com
URL de la Page d'Aide https://astrax-api-docs.netlify.app
URL de la Page de Politique de Confidentialité https://astraxwallet.com/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AstraX",
    "version": "1.12.3.22",
    "version_name": "1.12.3.22",
    "description": "AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.",
    "browser_specific_settings": {
        "gecko": {
            "id": "{o60U4KMX-PmQS-0vFc-FwfV-fSs3ExKS9C5A}",
            "strict_min_version": "48.0"
        }
    },
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}