Flexpool Monitor
Flexpool Monitor
Co to jest Flexpool Monitor?
Flexpool Monitor to rozszerzenie Chrome opracowane przez https://khanghy.org, a jego główną funkcją jest „Flexpool Monitor”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Flexpool Monitor
Pobierz pliki rozszerzeń Flexpool Monitor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Flexpool Monitor |
ID | mfncelboelbadaafkohjfgbefmkbgejg |
Oficjalny URL | https://chromewebstore.google.com/detail/flexpool-monitor/mfncelboelbadaafkohjfgbefmkbgejg |
Opis | Flexpool Monitor |
Rozmiar pliku | 66.75 KB |
Liczba instalacji | 128 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2021-06-20 |
Data Publikacji | 2021-06-14 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://khanghy.org |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |