Crust Wallet
Crust Wallet
什么是Crust Wallet?
Crust Wallet是由Crust Network开发的Chrome扩展程序,该扩展的主要功能是“Crust Wallet”。
扩展截图
下载Crust Wallet扩展crx文件
下载Crust Wallet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy.
扩展基本信息
名称 | Crust Wallet |
ID | jccapkebeeiajkkdemacblkjhhhboiek |
官方URL | https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek |
简介 | Crust Wallet |
文件大小 | 3.24 MB |
安装次数 | 20,000 |
当前版本 | 2.0.3 |
更新时间 | 2022-03-05 |
上架时间 | 2021-03-23 |
评分 | 3.21/5 共14次评分 |
开发者 | Crust Network |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://crust.network |
支持的语言 | 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'" } |