Crust Wallet

Crust Wallet

Crust Walletคืออะไร?

Crust Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Crust Network และคุณลักษณะหลักของมันคือ "Crust Wallet"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Crust Wallet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}