Crust Wallet

Crust Wallet

Crust Wallet क्या है?

Crust Wallet Crust Network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crust Wallet"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy.                    

एक्सटेंशन की मूल जानकारी

नाम Crust Wallet Crust Wallet
ID jccapkebeeiajkkdemacblkjhhhboiek
आधिकारिक URL https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek
विवरण Crust Wallet
फ़ाइल का आकार 3.24 MB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2022-03-05
प्रकाशन तिथि 2021-03-23
रेटिंग 3.21/5 कुल 14 रेटिंग्स
डेवलपर Crust Network
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://crust.network
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "background": {
        "page": "background.html"
    },
    "name": "Crust Wallet",
    "manifest_version": 2,
    "description": "Crust Wallet",
    "browser_action": {
        "default_title": "Crust Wallet",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "content-script.js",
        "\/js\/inPageScript.bundle.js",
        "js\/inPageScript.bundle.js"
    ],
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}