Cryptocurrencies.Ai Wallet™

CCAI Wallet™

Was ist Cryptocurrencies.Ai Wallet™?

Cryptocurrencies.Ai Wallet™ ist eine Chrome-Erweiterung, die von CCAI team entwickelt wurde, und ihr Hauptmerkmal ist "CCAI Wallet™".

Erweiterungsscreenshots

screenshot

Cryptocurrencies.Ai Wallet™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cryptocurrencies.Ai Wallet™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Cryptocurrencies.Ai Wallet™ Cryptocurrencies.Ai Wallet™
ID oomlbhdllfeiglglhhaacafbkkbibhel
Offizielle URL https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel
Beschreibung CCAI Wallet™
Dateigröße 3.59 MB
Installationsanzahl 116
Aktuelle Version 0.2
Letztes Update 2021-06-21
Veröffentlichungsdatum 2021-06-21
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler CCAI team
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cryptocurrencies.ai/
Unterstützte Sprachen 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'"
}