DeFiChain Wallet

DeFi Blockchain Light Wallet for Chrome.

什么是DeFiChain Wallet?

DeFiChain Wallet是由mbochmann开发的Chrome扩展程序,该扩展的主要功能是“DeFi Blockchain Light Wallet for Chrome.”。

扩展截图

screenshot

下载DeFiChain Wallet扩展crx文件

下载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"
    }
}