Flexpool Monitor
Flexpool Monitor
什么是Flexpool Monitor?
Flexpool Monitor是由https://khanghy.org开发的Chrome扩展程序,该扩展的主要功能是“Flexpool Monitor”。
扩展截图
下载Flexpool Monitor扩展crx文件
下载Flexpool Monitor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Flexpool Monitor |
ID | mfncelboelbadaafkohjfgbefmkbgejg |
官方URL | https://chromewebstore.google.com/detail/flexpool-monitor/mfncelboelbadaafkohjfgbefmkbgejg |
简介 | Flexpool Monitor |
文件大小 | 66.75 KB |
安装次数 | 128 |
当前版本 | 1.0.1 |
更新时间 | 2021-06-20 |
上架时间 | 2021-06-14 |
评分 | 5.00/5 共2次评分 |
开发者 | https://khanghy.org |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |