AstraX

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

What is AstraX?

AstraX is a Chrome extension developed by astrax-wallet, and its main feature is "AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download AstraX Extension CRX File

Download AstraX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
Official URL 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.
File Size 2.07 MB
Installation Count 673
Current Version 1.12.3.22
Last Updated 2023-08-16
Publish Date 2021-10-19
Rating 5.00/5 Total 1 Ratings
Developer astrax-wallet
Email [email protected]
Payment Type free
Extension Website https://astraxwallet.com
Help Page URL https://astrax-api-docs.netlify.app
Privacy Policy Page URL https://astraxwallet.com/privacy-policy
Supported Languages 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
}