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
Eメール [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
}