Ethermine Watcher
Watch your Ethermine hashrate, balance, ETA until payout and more.
Ethermine Watcherとは何ですか?
Ethermine WatcherはDW Cryptoによって開発されたChromeの拡張機能で、その主な機能は「Watch your Ethermine hashrate, balance, ETA until payout and more.」です。
拡張機能のスクリーンショット
Ethermine Watcher拡張機能のCRXファイルをダウンロード
Ethermine Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Ethermine Watcher |
ID | mnlfoooikhmcaomegmfopecjngldnmmn |
公式URL | https://chromewebstore.google.com/detail/ethermine-watcher/mnlfoooikhmcaomegmfopecjngldnmmn |
説明 | Watch your Ethermine hashrate, balance, ETA until payout and more. |
ファイルサイズ | 23.57 KB |
インストール数 | 667 |
現在のバージョン | 1.2.1 |
最終更新日 | 2022-07-11 |
公開日 | 2020-05-19 |
評価 | 3.67/5 合計 3 レビュー |
開発者 | DW Crypto |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |