Flexpool Monitor
Flexpool Monitor
Was ist Flexpool Monitor?
Flexpool Monitor ist eine Chrome-Erweiterung, die von https://khanghy.org entwickelt wurde, und ihr Hauptmerkmal ist "Flexpool Monitor".
Erweiterungsscreenshots
Flexpool Monitor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flexpool Monitor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Watch your Ethermine hashrate, balance, ETA until payout and more. The best Chrome browser extension for monitoring your efforts on the Flexpool mining pool. Always have an overview of your Ethereum (ETH) 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. Conveniently access the Dashboard, Payouts and Settings pages on the Flexpool website via the provided links. This extension using Flexpool API v2. ***Update ver 1.0.1 - Add Estimated Earnings: daily, weekly and monthly. - Fix badge not work.
Grundlegende Informationen zur Erweiterung
Name | Flexpool Monitor |
ID | mfncelboelbadaafkohjfgbefmkbgejg |
Offizielle URL | https://chromewebstore.google.com/detail/flexpool-monitor/mfncelboelbadaafkohjfgbefmkbgejg |
Beschreibung | Flexpool Monitor |
Dateigröße | 66.75 KB |
Installationsanzahl | 128 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2021-06-20 |
Veröffentlichungsdatum | 2021-06-14 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://khanghy.org |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flexpool Monitor", "version": "1.0.1", "description": "Flexpool Monitor", "manifest_version": 2, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "browser_action": { "default_popup": "demo.html", "default_icon": "logo.png" }, "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "permissions": [ "storage" ] } |