Ethermine Watcher
Watch your Ethermine hashrate, balance, ETA until payout and more.
What is Ethermine Watcher?
Ethermine Watcher is a Chrome extension developed by DW Crypto, and its main feature is "Watch your Ethermine hashrate, balance, ETA until payout and more.".
Extension Screenshots
Download Ethermine Watcher Extension CRX File
Download Ethermine Watcher 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 best Chrome browser extension for monitoring your efforts on the Ethermine mining pool. Always have an overview of your Ethereum (ETH) or Ethereum Classic (ETC) mining performance and earnings right on your Chrome browser toolbar. Quickly see hash rate, unpaid mining rewards, and estimated time until payment by clicking or hovering over the icon. Also see daily, monthly and yearly predictions that match up with Ethermine reports. Automatically convert earnings estimates to one of 168 currencies. Conveniently access the Dashboard, Payouts and Settings pages on the Ethermine web site via the provided links. Optimized for accuracy, efficiency and stability. We put a lot of work into this extension. We hope you enjoy it!
Extension Basic Information
Name | Ethermine Watcher |
ID | mnlfoooikhmcaomegmfopecjngldnmmn |
Official URL | https://chromewebstore.google.com/detail/ethermine-watcher/mnlfoooikhmcaomegmfopecjngldnmmn |
Description | Watch your Ethermine hashrate, balance, ETA until payout and more. |
File Size | 23.57 KB |
Installation Count | 667 |
Current Version | 1.2.1 |
Last Updated | 2022-07-11 |
Publish Date | 2020-05-19 |
Rating | 3.67/5 Total 3 Ratings |
Developer | DW Crypto |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethermine Watcher", "description": "Watch your Ethermine hashrate, balance, ETA until payout and more.", "manifest_version": 3, "version": "1.2.1", "icons": { "128": "icon.png" }, "permissions": [ "storage", "alarms" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "service_worker": "service.js" } } |