AstraX

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

Was ist AstraX?

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

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

AstraX-Erweiterungs-CRX-Datei herunterladen

Laden Sie AstraX-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 AstraX wallet does not store your personal information, giving you total control of how you transact on the DigitalBits network.                    

Grundlegende Informationen zur Erweiterung

Name AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
Offizielle URL https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
Beschreibung AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
Dateigröße 2.07 MB
Installationsanzahl 673
Aktuelle Version 1.12.3.22
Letztes Update 2023-08-16
Veröffentlichungsdatum 2021-10-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler astrax-wallet
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://astraxwallet.com
Hilfeseite URL https://astrax-api-docs.netlify.app
URL der Datenschutzrichtlinien-Seite https://astraxwallet.com/privacy-policy
Unterstützte Sprachen 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
}