Tron Wallet & Explorer - Tronium
Tron Wallet & Explorer for Google Chrome
What is Tron Wallet & Explorer - Tronium?
Tron Wallet & Explorer - Tronium is a Chrome extension developed by syattdevelopment, and its main feature is "Tron Wallet & Explorer for Google Chrome".
Extension Screenshots
Download Tron Wallet & Explorer - Tronium Extension CRX File
Download Tron Wallet & Explorer - Tronium 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
Permissions Overview:
Downloads - Allow user to download encrypted private key & private key.
Storage - Store encrypted private key in app data. Extension Basic Information
| Name | |
| ID | pnndplcbkakcplkjnolgbkdgjikjednm |
| Official URL | https://chromewebstore.google.com/detail/tron-wallet-explorer-tron/pnndplcbkakcplkjnolgbkdgjikjednm |
| Description | Tron Wallet & Explorer for Google Chrome |
| File Size | 4.78 MB |
| Installation Count | 9,155 |
| Current Version | 0.0.0.6 |
| Last Updated | 2023-01-05 |
| Publish Date | 2020-04-11 |
| Rating | 3.58/5 Total 12 Ratings |
| Developer | syattdevelopment |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Tron Wallet & Explorer - Tronium",
"version": "0.0.0.6",
"description": "Tron Wallet & Explorer for Google Chrome",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"16": ".\/assets\/images\/logos\/tron_16.png",
"48": ".\/assets\/images\/logos\/tron_48.png",
"128": ".\/assets\/images\/logos\/tron_128.png"
}
},
"icons": {
"16": ".\/assets\/images\/logos\/tron_16.png",
"48": ".\/assets\/images\/logos\/tron_48.png",
"128": ".\/assets\/images\/logos\/tron_128.png"
},
"permissions": [
"downloads",
"storage"
]
} | |