Theta Wallet
Theta Wallet & gateway to blockchain apps on the Theta Network.
What is Theta Wallet?
Theta Wallet is a Chrome extension developed by https://wallet.thetatoken.org, and its main feature is "Theta Wallet & gateway to blockchain apps on the Theta Network.".
Extension Screenshots
Download Theta Wallet Extension CRX File
Download Theta 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 Official Theta Wallet right in your Browser! This Theta Wallet is an extension for accessing distributed applications (Dapps) on the Theta Network right from your browser! This wallet also lets you create and manage your own accounts (via private keys, etc), so when a Dapp wants to perform a transaction and write to the Theta Blockchain, the user gets a secure interface to review the transaction, before approving or rejecting it.
Extension Basic Information
Name | |
ID | ckelpdlfgochnkdgikcgbimdcfgpkhgk |
Official URL | https://chrome.google.com/webstore/detail/theta-wallet/ckelpdlfgochnkdgikcgbimdcfgpkhgk |
Description | Theta Wallet & gateway to blockchain apps on the Theta Network. |
File Size | 1.43 MB |
Installation Count | 14,612 |
Current Version | 3.2.0 |
Last Updated | 2022-03-19 |
Publish Date | 2020-12-16 |
Rating | 3.72/5 Total 18 Ratings |
Developer | https://wallet.thetatoken.org |
[email protected] | |
Payment Type | free |
Extension Website | https://www.thetatoken.org |
Help Page URL | https://docs.thetatoken.org |
Privacy Policy Page URL | https://www.thetatoken.org/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.0", "manifest_version": 2, "name": "Theta Wallet", "description": "Theta Wallet & gateway to blockchain apps on the Theta Network.", "content_scripts": [ { "matches": [ "https:\/\/wallet.thetatoken.org\/theta-wallet-connect.html" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "clipboardWrite", "activeTab", "notifications" ], "icons": { "16": "img\/extension-icon\/icon-16.png", "32": "img\/extension-icon\/icon-32.png", "64": "img\/extension-icon\/icon-64.png", "128": "img\/extension-icon\/icon-128.png" }, "web_accessible_resources": [ "inpage.js" ] } |