CerbyMask

A Radix Protocol Lightweight Wallet

Co to jest CerbyMask?

CerbyMask to rozszerzenie Chrome opracowane przez CerbyMask, a jego główną funkcją jest „A Radix Protocol Lightweight Wallet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia CerbyMask

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

                        🚀 Features:
- Lightweight (~4mb)
- Chrome based extension
- Full seed phrase management
- Complete token asset management
- Multiple public addresses management
- Realtime USD for balance and stake                    

Podstawowe informacje o rozszerzeniu

Nazwa CerbyMask CerbyMask
ID jjmgklicacbmnjlefkjmggcomejjpclk
Oficjalny URL https://chrome.google.com/webstore/detail/cerbymask/jjmgklicacbmnjlefkjmggcomejjpclk
Opis A Radix Protocol Lightweight Wallet
Rozmiar pliku 2.78 MB
Liczba instalacji 20,000
Aktualna Wersja 1.2.5
Ostatnia Aktualizacja 2022-02-14
Data Publikacji 2021-10-12
Ocena 4.75/5 Łącznie 8 Oceny
Deweloper CerbyMask
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://cerbymask.io
Adres URL Strony Pomocy https://docs.cerbymask.io
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "CerbyMask",
    "name": "CerbyMask",
    "description": "A Radix Protocol Lightweight Wallet",
    "version": "1.2.5",
    "manifest_version": 3,
    "icons": {
        "16": "android-chrome-192x192.png",
        "48": "android-chrome-192x192.png",
        "96": "android-chrome-192x192.png",
        "128": "android-chrome-192x192.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "CerbyMask - A Radix Protocol Lightweight Wallet"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/mainnet.radixdlt.com\/*",
        "https:\/\/stokenet.radixdlt.com\/*",
        "https:\/\/api.bitfinex.com\/*"
    ],
    "background": {
        "service_worker": "radix.js"
    }
}