Ethermine Watcher

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

Hvad er Ethermine Watcher?

Ethermine Watcher er en Chrome-udvidelse udviklet af DW Crypto, og dens hovedfunktion er "Watch your Ethermine hashrate, balance, ETA until payout and more.".

Udvidelsesskærmbilleder

screenshot

Download Ethermine Watcher-udvidelses-CRX-fil

Download Ethermine Watcher-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Ethermine Watcher Ethermine Watcher
ID mnlfoooikhmcaomegmfopecjngldnmmn
Officiel URL https://chromewebstore.google.com/detail/ethermine-watcher/mnlfoooikhmcaomegmfopecjngldnmmn
Beskrivelse Watch your Ethermine hashrate, balance, ETA until payout and more.
Filstørrelse 23.57 KB
Antal Installationer 667
Nuværende Version 1.2.1
Senest Opdateret 2022-07-11
Udgivelsesdato 2020-05-19
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler DW Crypto
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}