DeFiChain Wallet

DeFi Blockchain Light Wallet for Chrome.

DeFiChain Walletคืออะไร?

DeFiChain Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mbochmann และคุณลักษณะหลักของมันคือ "DeFi Blockchain Light Wallet for Chrome."

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

screenshot

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

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

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

                        Lightweight, instant access to Decentralized Finance for Bitcoin, at your fingertips.



This light wallet was compiled and published by the community from the original repository with some slight changes to fix UI issues. 

I don't take any responsibility for losses or other damages.

External API used: https://jellyfishsdk.com/ocean/ (endpoint: ocean.defichain.com)
Official website: https://defichain.com
Repository: https://github.com/DeFiCh/wallet
My twitter: https://twitter.com/tcc701                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DeFiChain Wallet DeFiChain Wallet
ID nfcifgkilclnhcmfhfengahbkjhbhnih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/defichain-wallet/nfcifgkilclnhcmfhfengahbkjhbhnih
คำอธิบาย DeFi Blockchain Light Wallet for Chrome.
ขนาดไฟล์ 10.83 MB
จำนวนการติดตั้ง 721
เวอร์ชันปัจจุบัน 2.3.1
อัปเดตครั้งล่าสุด 2022-09-12
วันที่เผยแพร่ 2022-08-29
ผู้พัฒนา mbochmann
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background_color": "#000000",
    "description": "DeFi Blockchain Light Wallet for Chrome.",
    "display": "standalone",
    "lang": "en",
    "name": "DeFiChain Wallet",
    "short_name": "DeFiChain Wallet",
    "start_url": "\/?utm_source=web_app_manifest",
    "orientation": "portrait",
    "related_applications": [
        {
            "platform": "play",
            "url": "http:\/\/play.google.com\/store\/apps\/details?id=com.defichain.app",
            "id": "com.defichain.app"
        }
    ],
    "prefer_related_applications": true,
    "version": "2.3.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "DeFi Blockchain Light Wallet"
    },
    "icons": {
        "16": "favicon-16.png",
        "32": "favicon-32.png",
        "144": ".\/pwa\/chrome-icon\/chrome-icon-144.png",
        "192": ".\/pwa\/chrome-icon\/chrome-icon-192.png",
        "512": ".\/pwa\/chrome-icon\/chrome-icon-512.png"
    }
}