AstraX

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

什么是AstraX?

AstraX是由astrax-wallet开发的Chrome扩展程序,该扩展的主要功能是“AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载AstraX扩展crx文件

下载AstraX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
官方URL https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
简介 AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
文件大小 2.07 MB
安装次数 673
当前版本 1.12.3.22
更新时间 2023-08-16
上架时间 2021-10-19
评分 5.00/5 共1次评分
开发者 astrax-wallet
电子邮箱 [email protected]
付费类型 free
扩展官网 https://astraxwallet.com
帮助页面URL https://astrax-api-docs.netlify.app
隐私政策页面URL https://astraxwallet.com/privacy-policy
支持的语言 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
}