Multi Wallet
Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain
Multi Walletคืออะไร?
Multi Wallet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย walletmulti และคุณลักษณะหลักของมันคือ "Multi Wallet is a non-custodial, multichain wallet allowing for accessing to multiple dapps on many blockchain"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi Wallet
ดาวน์โหลดไฟล์ส่วนขยาย 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:;" } |