AstraX

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

AstraX là gì?

AstraX là một tiện ích mở rộng Chrome được phát triển bởi astrax-wallet, và tính năng chính của nó là "AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AstraX

Tải xuống các tệp mở rộng AstraX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AstraX AstraX
ID clicahnjhfeibcmkenkdhajfmpihlbof
URL Chính Thức https://chromewebstore.google.com/detail/astrax/clicahnjhfeibcmkenkdhajfmpihlbof
Mô tả AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser.
Kích Thước Tệp 2.07 MB
Số Lần Cài Đặt 673
Phiên Bản Hiện Tại 1.12.3.22
Cập Nhật Lần Cuối 2023-08-16
Ngày Phát Hành 2021-10-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển astrax-wallet
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://astraxwallet.com
URL Trang Trợ Giúp https://astrax-api-docs.netlify.app
URL Trang Chính Sách Bảo Mật https://astraxwallet.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}