wemineltc.com Mining Dashboard
wemineltc.com mining dashboard
What is wemineltc.com Mining Dashboard?
wemineltc.com Mining Dashboard is a Chrome extension developed by coinman, and its main feature is "wemineltc.com mining dashboard".
Extension Screenshots
Download wemineltc.com Mining Dashboard Extension CRX File
Download wemineltc.com Mining Dashboard 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
Shows the current hashrate and confirmed rewards on a badge. On click displays current mining status, including the status of all workers. Also features an alert if hashrate goes below a certain level. To use this app, you need to set the API key from your Account settings to the extensions options. If you find this app useful, please donate: LTreattXwhcNvbD2kXG4g6KjSz3cqqTJwJ
Extension Basic Information
Name | |
ID | edakpoidfjdfpkojcccjhafienciicie |
Official URL | https://chrome.google.com/webstore/detail/wemineltccom-mining-dashb/edakpoidfjdfpkojcccjhafienciicie |
Description | wemineltc.com mining dashboard |
File Size | 97.74 KB |
Installation Count | 384 |
Current Version | 1.3 |
Last Updated | 2013-05-20 |
Publish Date | 2013-05-20 |
Rating | 4.33/5 Total 6 Ratings |
Developer | coinman |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "wemineltc.com Mining Dashboard", "description": "wemineltc.com mining dashboard", "version": "1.3", "permissions": [ "storage", "https:\/\/www.wemineltc.com\/api\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "MiningDashboard.html" }, "icons": { "22": "icon.png", "128": "icon128.png" } } |