Ethermine Watcher

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

Qu'est-ce que Ethermine Watcher ?

Ethermine Watcher est une extension Chrome développée par DW Crypto, et sa fonction principale est "Watch your Ethermine hashrate, balance, ETA until payout and more.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ethermine Watcher

Téléchargez les fichiers d'extension Ethermine Watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Ethermine Watcher Ethermine Watcher
ID mnlfoooikhmcaomegmfopecjngldnmmn
URL Officiel https://chromewebstore.google.com/detail/ethermine-watcher/mnlfoooikhmcaomegmfopecjngldnmmn
Description Watch your Ethermine hashrate, balance, ETA until payout and more.
Taille du Fichier 23.57 KB
Nombre d'Installations 667
Version Actuelle 1.2.1
Dernière Mise à Jour 2022-07-11
Date de Publication 2020-05-19
Évaluation 3.67/5 Total 3 Évaluations
Développeur DW Crypto
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}