AstraX

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

Co to jest AstraX?

AstraX to rozszerzenie Chrome opracowane przez astrax-wallet, a jego główną funkcją jest „AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AstraX

Pobierz pliki rozszerzeń AstraX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
Oficjalny URL https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
Opis AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
Rozmiar pliku 2.07 MB
Liczba instalacji 673
Aktualna Wersja 1.12.3.22
Ostatnia Aktualizacja 2023-08-16
Data Publikacji 2021-10-19
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper astrax-wallet
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://astraxwallet.com
Adres URL Strony Pomocy https://astrax-api-docs.netlify.app
Adres URL Strony Polityki Prywatności https://astraxwallet.com/privacy-policy
Obsługiwane Języki 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
}