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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
    }
}