Liquality Wallet
Self-Custodial Multi-Chain Wallet that is 100% Open Source.
Liquality Walletとは何ですか?
Liquality Walletはhttps://liquality.ioによって開発されたChromeの拡張機能で、その主な機能は「Self-Custodial Multi-Chain Wallet that is 100% Open Source.」です。
拡張機能のスクリーンショット
Liquality Wallet拡張機能のCRXファイルをダウンロード
Liquality Wallet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |  | 
| 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 | 
| Eメール | [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';"
} | |