Flexpool Monitor
Flexpool Monitor
What is Flexpool Monitor?
Flexpool Monitor is a Chrome extension developed by https://khanghy.org, and its main feature is "Flexpool Monitor".
Extension Screenshots
Download Flexpool Monitor Extension CRX File
Download Flexpool Monitor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Flexpool Monitor |
ID | mfncelboelbadaafkohjfgbefmkbgejg |
Official URL | https://chromewebstore.google.com/detail/flexpool-monitor/mfncelboelbadaafkohjfgbefmkbgejg |
Description | Flexpool Monitor |
File Size | 66.75 KB |
Installation Count | 128 |
Current Version | 1.0.1 |
Last Updated | 2021-06-20 |
Publish Date | 2021-06-14 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://khanghy.org |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |