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
官方網址 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
}