Flexpool Monitor
Flexpool Monitor
Qu'est-ce que Flexpool Monitor ?
Flexpool Monitor est une extension Chrome développée par https://khanghy.org, et sa fonction principale est "Flexpool Monitor".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flexpool Monitor
Téléchargez les fichiers d'extension Flexpool Monitor 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
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.
Informations de Base sur l'Extension
Nom | Flexpool Monitor |
ID | mfncelboelbadaafkohjfgbefmkbgejg |
URL Officiel | https://chromewebstore.google.com/detail/flexpool-monitor/mfncelboelbadaafkohjfgbefmkbgejg |
Description | Flexpool Monitor |
Taille du Fichier | 66.75 KB |
Nombre d'Installations | 128 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2021-06-20 |
Date de Publication | 2021-06-14 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://khanghy.org |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |