Cryptocurrencies.Ai Wallet™

CCAI Wallet™

Cryptocurrencies.Ai Wallet™とは何ですか?

Cryptocurrencies.Ai Wallet™はCCAI teamによって開発されたChromeの拡張機能で、その主な機能は「CCAI Wallet™」です。

拡張機能のスクリーンショット

screenshot

Cryptocurrencies.Ai Wallet™拡張機能のCRXファイルをダウンロード

Cryptocurrencies.Ai Wallet™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Cryptocurrencies.Ai Wallet™ is a web-based cryptocurrency wallet that enables you to safely manage assets on the Solana blockchain.                    

拡張機能の基本情報

名前 Cryptocurrencies.Ai Wallet™ Cryptocurrencies.Ai Wallet™
ID oomlbhdllfeiglglhhaacafbkkbibhel
公式URL https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel
説明 CCAI Wallet™
ファイルサイズ 3.59 MB
インストール数 116
現在のバージョン 0.2
最終更新日 2021-06-21
公開日 2021-06-21
評価 5.00/5 合計 3 レビュー
開発者 CCAI team
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cryptocurrencies.ai/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cryptocurrencies.Ai Wallet\u2122",
    "description": "CCAI Wallet\u2122",
    "version": "0.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "manifest_version": 2,
    "icons": {
        "16": "favicon.ico",
        "192": "logo192.png",
        "512": "logo512.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "file:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "content_security_policy": "script-src 'self' 'sha256-gFQ18AiclsLnNo0Auvv\/8UX50aQR8k2p1cIIdB7JOw0='; object-src 'self'"
}