Multi Wallet
Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain
Wat is Multi Wallet?
Multi Wallet is een Chrome-extensie ontwikkeld door walletmulti, en de belangrijkste functie is "Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain".
Extensie Screenshots
Download het CRX-bestand van de extensie Multi Wallet
Download Multi Wallet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Multi Wallet |
ID | nlgnepoeokdfodgjkjiblkadkjbdfmgd |
Officiële URL | https://chromewebstore.google.com/detail/multi-wallet/nlgnepoeokdfodgjkjiblkadkjbdfmgd |
Beschrijving | Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain |
Bestandsgrootte | 10.68 MB |
Aantal Installaties | 382 |
Huidige Versie | 3.0.1 |
Laatst Bijgewerkt | 2020-08-22 |
Publicatiedatum | 2020-06-19 |
Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | walletmulti |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://walletmulti.com |
Help Pagina-URL | https://walletmulti.com |
Ondersteunde Talen | 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:;" } |