AstraX

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

AstraXคืออะไร?

AstraX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย astrax-wallet และคุณลักษณะหลักของมันคือ "AstraX is a non-custodial wallet extension that enables you to sign DigitalBits transactions via your browser."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AstraX

ดาวน์โหลดไฟล์ส่วนขยาย 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
}