Crust Wallet
Crust Wallet
What is Crust Wallet?
Crust Wallet is a Chrome extension developed by Crust Network, and its main feature is "Crust Wallet".
Extension Screenshots
Download Crust Wallet Extension CRX File
Download Crust Wallet 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
Crust Wallet is a plug-in wallet. Users can manage their assets in Crust Network, including CRU, CSM and Candy.
Extension Basic Information
Name | Crust Wallet |
ID | jccapkebeeiajkkdemacblkjhhhboiek |
Official URL | https://chromewebstore.google.com/detail/crust-wallet/jccapkebeeiajkkdemacblkjhhhboiek |
Description | Crust Wallet |
File Size | 3.24 MB |
Installation Count | 20,000 |
Current Version | 2.0.3 |
Last Updated | 2022-03-05 |
Publish Date | 2021-03-23 |
Rating | 3.21/5 Total 14 Ratings |
Developer | Crust Network |
[email protected] | |
Payment Type | free |
Extension Website | https://crust.network |
Supported Languages | 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'" } |