Cryptocurrencies.Ai Wallet™

CCAI Wallet™

Co to jest Cryptocurrencies.Ai Wallet™?

Cryptocurrencies.Ai Wallet™ to rozszerzenie Chrome opracowane przez CCAI team, a jego główną funkcją jest „CCAI Wallet™”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Cryptocurrencies.Ai Wallet™

Pobierz pliki rozszerzeń Cryptocurrencies.Ai Wallet™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Cryptocurrencies.Ai Wallet™ Cryptocurrencies.Ai Wallet™
ID oomlbhdllfeiglglhhaacafbkkbibhel
Oficjalny URL https://chrome.google.com/webstore/detail/cryptocurrenciesai-wallet/oomlbhdllfeiglglhhaacafbkkbibhel
Opis CCAI Wallet™
Rozmiar pliku 3.59 MB
Liczba instalacji 116
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2021-06-21
Data Publikacji 2021-06-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper CCAI team
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cryptocurrencies.ai/
Obsługiwane Języki 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'"
}