Bitwallet
Bit Wallet enables users to sign in and use decentralized applications securely.
What is Bitwallet?
Bitwallet is a Chrome extension developed by https://beimagine.tech, and its main feature is "Bit Wallet enables users to sign in and use decentralized applications securely.".
Extension Screenshots
Download Bitwallet Extension CRX File
Download Bitwallet 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
Bit Wallet enables users to sign in and use decentralized applications securely.
Extension Basic Information
Name | |
ID | ddphokhghjkekfdoddpeffdpojdofcan |
Official URL | https://chromewebstore.google.com/detail/bitwallet/ddphokhghjkekfdoddpeffdpojdofcan |
Description | Bit Wallet enables users to sign in and use decentralized applications securely. |
File Size | 7.57 MB |
Installation Count | 103 |
Current Version | 4.3 |
Last Updated | 2023-11-27 |
Publish Date | 2022-11-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://beimagine.tech |
[email protected] | |
Payment Type | free |
Extension Website | https://www.bitmemoir.com/ |
Help Page URL | https://www.bitmemoir.com/#/privacypolicy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bitwallet", "version": "4.3", "permissions": [ "activeTab", "storage", "background" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "inject-script.js", "connection-popup.html", "connection-popup.js", "password-popup.html", "password-popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |