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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:;" } |