Flexpool Monitor
Flexpool Monitor
Apa itu Flexpool Monitor?
Flexpool Monitor adalah ekstensi Chrome yang dikembangkan oleh https://khanghy.org, dan fitur utamanya adalah "Flexpool Monitor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Flexpool Monitor
Unduh file ekstensi Flexpool Monitor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Flexpool Monitor |
ID | mfncelboelbadaafkohjfgbefmkbgejg |
URL Resmi | https://chromewebstore.google.com/detail/flexpool-monitor/mfncelboelbadaafkohjfgbefmkbgejg |
Deskripsi | Flexpool Monitor |
Ukuran File | 66.75 KB |
Jumlah Instalasi | 128 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-06-20 |
Tanggal Publikasi | 2021-06-14 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://khanghy.org |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |