Cryptocurrencies.Ai Wallet™

CCAI Wallet™

¿Qué es Cryptocurrencies.Ai Wallet™?

Cryptocurrencies.Ai Wallet™ es una extensión de Chrome desarrollada por CCAI team, y su función principal es "CCAI Wallet™".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Cryptocurrencies.Ai Wallet™

Descarga archivos de extensión Cryptocurrencies.Ai Wallet™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Cryptocurrencies.Ai Wallet™ Cryptocurrencies.Ai Wallet™
ID oomlbhdllfeiglglhhaacafbkkbibhel
URL Oficial https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel
Descripción CCAI Wallet™
Tamaño del Archivo 3.59 MB
Cantidad de Instalaciones 116
Versión Actual 0.2
Última Actualización 2021-06-21
Fecha de Publicación 2021-06-21
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador CCAI team
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://cryptocurrencies.ai/
Idiomas Soportados 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'"
}