Ethermine Watcher

Watch your Ethermine hashrate, balance, ETA until payout and more.

Ethermine Watcher란 무엇입니까?

Ethermine Watcher은(는) DW Crypto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch your Ethermine hashrate, balance, ETA until payout and more."입니다.

확장 프로그램 스크린샷

screenshot

Ethermine Watcher 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The best Chrome browser extension for monitoring your efforts on the Ethermine mining pool.

Always have an overview of your Ethereum (ETH) or Ethereum Classic (ETC) 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. Also see daily, monthly and yearly predictions that match up with Ethermine reports.

Automatically convert earnings estimates to one of 168 currencies.

Conveniently access the Dashboard, Payouts and Settings pages on the Ethermine web site via the provided links.

Optimized for accuracy, efficiency and stability.

We put a lot of work into this extension. We hope you enjoy it!                    

확장 프로그램 기본 정보

이름 Ethermine Watcher Ethermine Watcher
ID mnlfoooikhmcaomegmfopecjngldnmmn
공식 URL https://chromewebstore.google.com/detail/ethermine-watcher/mnlfoooikhmcaomegmfopecjngldnmmn
설명 Watch your Ethermine hashrate, balance, ETA until payout and more.
파일 크기 23.57 KB
설치 횟수 667
현재 버전 1.2.1
최근 업데이트 2022-07-11
출시 날짜 2020-05-19
평점 3.67/5 총 3 개의 평점
개발자 DW Crypto
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethermine Watcher",
    "description": "Watch your Ethermine hashrate, balance, ETA until payout and more.",
    "manifest_version": 3,
    "version": "1.2.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service.js"
    }
}