CWallet
CWallet is a browser extension multi cryptocurrency wallet
What is CWallet?
CWallet is a Chrome extension developed by CWallet, and its main feature is "CWallet is a browser extension multi cryptocurrency wallet".
Extension Screenshots
Download CWallet Extension CRX File
Download CWallet 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
CWallet extension is a cryptocurrency wallet which allows to store, send and receive coins: Bitcoin, Ethereum & Ethereum tokens, Cardano & Cardano tokens. The extension also allows to trade on Cardano DEXes (sign cardano transactions to make trades)
Extension Basic Information
Name | CWallet |
ID | apnehcjmnengpnmccpaibjmhhoadaico |
Official URL | https://chromewebstore.google.com/detail/cwallet/apnehcjmnengpnmccpaibjmhhoadaico |
Description | CWallet is a browser extension multi cryptocurrency wallet |
File Size | 13.32 MB |
Installation Count | 1,797 |
Current Version | 0.1.15 |
Last Updated | 2022-04-06 |
Publish Date | 2022-01-21 |
Rating | 4.00/5 Total 4 Ratings |
Developer | CWallet |
[email protected] | |
Payment Type | free |
Extension Website | https://cwallet.finance/ |
Help Page URL | https://support.cardwallet.fi/ |
Privacy Policy Page URL | https://cardwallet.fi/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CWallet", "description": "CWallet is a browser extension multi cryptocurrency wallet", "version": "0.1.15", "permissions": [ "storage", "unlimitedStorage", "chrome:\/\/favicon\/" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "\/js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/js\/content.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "js\/injected.js" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';" } |