CerbyMask

A Radix Protocol Lightweight Wallet

What is CerbyMask?

CerbyMask is a Chrome extension developed by CerbyMask, and its main feature is "A Radix Protocol Lightweight Wallet".

Extension Screenshots

screenshot
screenshot

Download CerbyMask Extension CRX File

Download CerbyMask extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CerbyMask CerbyMask
ID jjmgklicacbmnjlefkjmggcomejjpclk
Official URL https://chrome.google.com/webstore/detail/cerbymask/jjmgklicacbmnjlefkjmggcomejjpclk
Description A Radix Protocol Lightweight Wallet
File Size 2.78 MB
Installation Count 20,000
Current Version 1.2.5
Last Updated 2022-02-14
Publish Date 2021-10-12
Rating 4.75/5 Total 8 Ratings
Developer CerbyMask
Email [email protected]
Payment Type free
Extension Website https://cerbymask.io
Help Page URL https://docs.cerbymask.io
Supported Languages 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"
    }
}