Flexpool Monitor
Flexpool Monitor
ما هو Flexpool Monitor؟
Flexpool Monitor هو إضافة Chrome تم تطويرها بواسطة https://khanghy.org، والميزة الرئيسية لها هي "Flexpool Monitor".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Flexpool Monitor
قم بتنزيل ملفات الامتداد Flexpool Monitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |