AstraX

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

Cos'è AstraX?

AstraX è un'estensione di Chrome sviluppata da astrax-wallet, e la sua funzione principale è "AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione AstraX

Scarica i file di estensione AstraX in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The AstraX wallet does not store your personal information, giving you total control of how you transact on the DigitalBits network.                    

Informazioni di Base sull'Estensione

Nome AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
URL Ufficiale https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
Descrizione AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
Dimensione del File 2.07 MB
Conteggio Installazioni 673
Versione Corrente 1.12.3.22
Ultimo Aggiornamento 2023-08-16
Data di Pubblicazione 2021-10-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore astrax-wallet
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://astraxwallet.com
URL della Pagina di Aiuto https://astrax-api-docs.netlify.app
URL della Pagina della Politica sulla Privacy https://astraxwallet.com/privacy-policy
Lingue Supportate 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
}