Multi Wallet
Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain
Multi Wallet क्या है?
Multi Wallet walletmulti द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Multi Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:;" } |