AstraX

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

Hvad er AstraX?

AstraX er en Chrome-udvidelse udviklet af astrax-wallet, og dens hovedfunktion er "AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download AstraX-udvidelses-CRX-fil

Download AstraX-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
Officiel URL https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
Beskrivelse AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
Filstørrelse 2.07 MB
Antal Installationer 673
Nuværende Version 1.12.3.22
Senest Opdateret 2023-08-16
Udgivelsesdato 2021-10-19
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler astrax-wallet
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://astraxwallet.com
Hjælpeside-URL https://astrax-api-docs.netlify.app
URL til Fortrolighedspolitik Side https://astraxwallet.com/privacy-policy
Understøttede Sprog 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
}