Energy8 Wallet
Energy8 Wallet - Secure crypto multichain wallet in your Browser.
What is Energy8 Wallet?
Energy8 Wallet is a Chrome extension developed by https://energy8.io, and its main feature is "Energy8 Wallet - Secure crypto multichain wallet in your Browser.".
Extension Screenshots
Download Energy8 Wallet Extension CRX File
Download Energy8 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
The friendly crypto multichain wallet for web3 on EVM, Aelf, Sui, Massa and others in the future. Energy8 wallet offers safe and friendly web3 exploration.
Extension Basic Information
Name | Energy8 Wallet |
ID | mdnaglckomeedfbogeajfajofmfgpoae |
Official URL | https://chromewebstore.google.com/detail/energy8-wallet/mdnaglckomeedfbogeajfajofmfgpoae |
Description | Energy8 Wallet - Secure crypto multichain wallet in your Browser. |
File Size | 11.97 MB |
Installation Count | 1,461 |
Current Version | 2.0.15 |
Last Updated | 2024-01-30 |
Publish Date | 2022-11-07 |
Rating | 4.36/5 Total 11 Ratings |
Developer | https://energy8.io |
[email protected] | |
Payment Type | free |
Extension Website | https://energy8.io/ |
Help Page URL | https://docs.energy8.io/v/terms-of-service/terms-of-service/introduction |
Privacy Policy Page URL | https://docs.energy8.io/general-privacy-policy/privacy-policy-introduction |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Energy8 Wallet", "description": "Energy8 Wallet - Secure crypto multichain wallet in your Browser.", "author": "https:\/\/energy8.io", "short_name": "E8W", "version": "2.0.15", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_title": "E8 Wallet" }, "icons": { "128": "logo128-rounded.png", "192": "logo192-rounded.png" }, "options_page": "options.html", "background": { "service_worker": "static\/js\/background.js", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "static\/js\/inpage.js" ], "matches": [ " |