AstraX

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

AstraX क्या है?

AstraX 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 फ़ाइल डाउनलोड करें

crx प्रारूप में AstraX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}