Halo Wallet
Gateway to the Web3 World
Halo Wallet क्या है?
Halo Wallet https://halo.social द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gateway to the Web3 World"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Halo Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Halo Wallet extension offers you a secure and easy way to access your digital assets and use crypto applications in your browser. What you can do with Halo Wallet extension: - Easily manage your crypto assets in one place - View your NFT collection - Explore the decentralized web - Seamlessly interact with various dApps Halo Wallet is a self-custody wallet with users having full control of their assets. Our browser extension aims to give every crypto lover access to the colorful Web3 world without any gaps. Halo Wallet is your gateway to the Web3 world. Add Halo Wallet extension to your browser and explore the Web3 world at ease!
एक्सटेंशन की मूल जानकारी
नाम | Halo Wallet |
ID | nbdpmlhambbdkhkmbfpljckjcmgibalo |
आधिकारिक URL | https://chromewebstore.google.com/detail/halo-wallet/nbdpmlhambbdkhkmbfpljckjcmgibalo |
विवरण | Gateway to the Web3 World |
फ़ाइल का आकार | 2.71 MB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 2.2.3 |
अंतिम अपडेट | 2024-01-15 |
प्रकाशन तिथि | 2022-09-28 |
रेटिंग | 4.65/5 कुल 31 रेटिंग्स |
डेवलपर | https://halo.social |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://halo.social/ |
सहायता पृष्ठ URL | https://support.halo.social/hc/en-us/ |
गोपनीयता नीति पृष्ठ URL | https://halo.social/privacy_policy |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "2.2.3", "default_locale": "en", "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "default_title": "Halo Wallet", "default_popup": "popup.html" }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "storage", "activeTab", "notifications", "scripting", "system.display", "offscreen", "https:\/\/www.googletagmanager.com\/", "https:\/\/www.google-analytics.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self';object-src 'self'", "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'" }, "host_permissions": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "inpage_legacy.js", "inpage.js", "inpage_app.js" ], "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |