Ethermine Watcher

Watch your Ethermine hashrate, balance, ETA until payout and more.

O que é Ethermine Watcher?

Ethermine Watcher é uma extensão do Chrome desenvolvida por DW Crypto, e sua principal característica é "Watch your Ethermine hashrate, balance, ETA until payout and more.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ethermine Watcher

Baixe arquivos de extensão Ethermine Watcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Ethermine Watcher Ethermine Watcher
ID mnlfoooikhmcaomegmfopecjngldnmmn
URL Oficial https://chromewebstore.google.com/detail/ethermine-watcher/mnlfoooikhmcaomegmfopecjngldnmmn
Descrição Watch your Ethermine hashrate, balance, ETA until payout and more.
Tamanho do Arquivo 23.57 KB
Contagem de Instalações 667
Versão Atual 1.2.1
Última Atualização 2022-07-11
Data de Publicação 2020-05-19
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor DW Crypto
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}