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 擴展基本資訊
| 名稱 | |
| ID | nlgnepoeokdfodgjkjiblkadkjbdfmgd |
| 官方網址 | 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:;"
} | |