Flexpool Monitor

Flexpool Monitor

Flexpool Monitor란 무엇입니까?

Flexpool Monitor은(는) https://khanghy.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flexpool Monitor"입니다.

확장 프로그램 스크린샷

screenshot

Flexpool Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}