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 |
Eメール | [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" ] } |