Crust Wallet

Crust Wallet

Co to jest Crust Wallet?

Crust Wallet to rozszerzenie Chrome opracowane przez Crust Network, a jego główną funkcją jest „Crust Wallet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Crust Wallet

Pobierz pliki rozszerzeń Crust 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

                        Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy.                    

Podstawowe informacje o rozszerzeniu

Nazwa Crust Wallet Crust Wallet
ID jccapkebeeiajkkdemacblkjhhhboiek
Oficjalny URL https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek
Opis Crust Wallet
Rozmiar pliku 3.24 MB
Liczba instalacji 20,000
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2022-03-05
Data Publikacji 2021-03-23
Ocena 3.21/5 Łącznie 14 Oceny
Deweloper Crust Network
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://crust.network
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.3",
    "background": {
        "page": "background.html"
    },
    "name": "Crust Wallet",
    "manifest_version": 2,
    "description": "Crust Wallet",
    "browser_action": {
        "default_title": "Crust Wallet",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "inject.html",
        "content-script.js",
        "\/js\/inPageScript.bundle.js",
        "js\/inPageScript.bundle.js"
    ],
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}