Liquality Wallet
Self-Custodial Multi-Chain Wallet that is 100% Open Source.
Liquality Wallet क्या है?
Liquality Wallet https://liquality.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Self-Custodial Multi-Chain Wallet that is 100% Open Source."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Liquality Wallet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Liquality is a Self-Custodial Multi-Chain Wallet that is 100% Open Source. One Wallet, All Chains, All NFTs. Use Liquality to hold and Swap 10,000+ Assets across 10+ Chains. Keep all your NFTs in one Gallery - regardless of the Chain. Single Seed Phrase, One-Click Swaps Use a Single Seed Phrase to manage all your assets, swap across chains with one click. 100% Open Source - Audited and Extensible by our Community. Self-Custodial - Nobody has access to your keys but you.
एक्सटेंशन की मूल जानकारी
नाम | Liquality Wallet |
ID | kpfopkelmapcoipemfendmdcghnegimn |
आधिकारिक URL | https://chromewebstore.google.com/detail/liquality-wallet/kpfopkelmapcoipemfendmdcghnegimn |
विवरण | Self-Custodial Multi-Chain Wallet that is 100% Open Source. |
फ़ाइल का आकार | 44.5 MB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 0.88.0 |
अंतिम अपडेट | 2024-01-19 |
प्रकाशन तिथि | 2020-06-30 |
रेटिंग | 4.43/5 कुल 37 रेटिंग्स |
डेवलपर | https://liquality.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://liquality.io |
सहायता पृष्ठ URL | https://support.liquality.io/hc/en-us |
गोपनीयता नीति पृष्ठ URL | https://liquality.io/privacy-policy |
समर्थित भाषाएँ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.88.0", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "homepage_url": "https:\/\/liquality.io", "permissions": [ "notifications", "storage", "activeTab", "unlimitedStorage", "tabs" ], "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png", "512": "icons\/512x512.png", "1024": "icons\/1024x1024.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "file:\/\/*\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_start", "all_frames": false } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png", "512": "icons\/512x512.png", "1024": "icons\/1024x1024.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'unsafe-inline' https:\/\/cdn.segment.com 'sha256-ZgDy59Dh4jH9g\/vcPYFpoQ1wumB4IdPEOS1BJc08i+Y='; object-src 'self';" } |