Liquality Wallet
Self-Custodial Multi-Chain Wallet that is 100% Open Source.
Liquality Wallet là gì?
Liquality Wallet là một tiện ích mở rộng Chrome được phát triển bởi https://liquality.io, và tính năng chính của nó là "Self-Custodial Multi-Chain Wallet that is 100% Open Source.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Liquality Wallet
Tải xuống các tệp mở rộng Liquality Wallet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Liquality Wallet |
ID | kpfopkelmapcoipemfendmdcghnegimn |
URL Chính Thức | https://chromewebstore.google.com/detail/liquality-wallet/kpfopkelmapcoipemfendmdcghnegimn |
Mô tả | Self-Custodial Multi-Chain Wallet that is 100% Open Source. |
Kích Thước Tệp | 44.5 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 0.88.0 |
Cập Nhật Lần Cuối | 2024-01-19 |
Ngày Phát Hành | 2020-06-30 |
Đánh Giá | 4.43/5 Tổng số 37 Đánh Giá |
Nhà Phát Triển | https://liquality.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://liquality.io |
URL Trang Trợ Giúp | https://support.liquality.io/hc/en-us |
URL Trang Chính Sách Bảo Mật | https://liquality.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |