CerbyMask
A Radix Protocol Lightweight Wallet
什么是CerbyMask?
CerbyMask是由CerbyMask开发的Chrome扩展程序,该扩展的主要功能是“A Radix Protocol Lightweight Wallet”。
扩展截图
下载CerbyMask扩展crx文件
下载CerbyMask扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🚀 Features: - Lightweight (~4mb) - Chrome based extension - Full seed phrase management - Complete token asset management - Multiple public addresses management - Realtime USD for balance and stake
扩展基本信息
名称 | |
ID | jjmgklicacbmnjlefkjmggcomejjpclk |
官方URL | https://chrome.google.com/webstore/detail/cerbymask/jjmgklicacbmnjlefkjmggcomejjpclk |
简介 | A Radix Protocol Lightweight Wallet |
文件大小 | 2.78 MB |
安装次数 | 20,000 |
当前版本 | 1.2.5 |
更新时间 | 2022-02-14 |
上架时间 | 2021-10-12 |
评分 | 4.75/5 共8次评分 |
开发者 | CerbyMask |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cerbymask.io |
帮助页面URL | https://docs.cerbymask.io |
支持的语言 | 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" } } |