Multi Wallet
Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain
什么是Multi Wallet?
Multi Wallet是由walletmulti开发的Chrome扩展程序,该扩展的主要功能是“Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain”。
扩展截图
下载Multi Wallet扩展crx文件
下载Multi Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Dapp Multi is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain. It is also the gate where you can interact with a wide range of Empow's DeFi products, including trade mining, yield farming, staking, synthetics, cross-chain swapping & DEX profit sharing, etc
扩展基本信息
名称 | Multi Wallet |
ID | nlgnepoeokdfodgjkjiblkadkjbdfmgd |
官方URL | https://chromewebstore.google.com/detail/multi-wallet/nlgnepoeokdfodgjkjiblkadkjbdfmgd |
简介 | Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain |
文件大小 | 10.68 MB |
安装次数 | 382 |
当前版本 | 3.0.1 |
更新时间 | 2020-08-22 |
上架时间 | 2020-06-19 |
评分 | 3.88/5 共8次评分 |
开发者 | walletmulti |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://walletmulti.com |
帮助页面URL | https://walletmulti.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.0.1", "name": "Multi Wallet", "manifest_version": 2, "description": "Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain", "browser_action": { "default_title": "Multi Wallet", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "web_accessible_resources": [ "injectScript.js" ], "icons": { "16": "logo\/16x16.png", "32": "logo\/32x32.png", "48": "logo\/48x48.png", "128": "logo\/128x128.png" }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentScript.js" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab" ], "content_security_policy": "default-src 'self'; font-src https:\/\/fonts.gstatic.com 'unsafe-inline'; script-src 'self' http:\/\/localhost:8080 'unsafe-eval'; connect-src * 'unsafe-inline'; style-src * 'unsafe-inline' 'self' blob:; img-src * 'self' data:;" } |