NiceHash Unpaid Balance

See how much you mined in BTC and in USD on NiceHash in realtime!

NiceHash Unpaid Balance란 무엇입니까?

NiceHash Unpaid Balance은(는) KENGO WEB에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "See how much you mined in BTC and in USD on NiceHash in realtime!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NiceHash Unpaid Balance 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simple yet effective tool that displays how much you've mined through NiceHash in real-time. Displays in dollars on the actual Google Chrome extension how much you have in unpaid balance. Keep track effortlessly on much money you are earning. 

Also displays the current Bitcoin price.                    

확장 프로그램 기본 정보

이름 NiceHash Unpaid Balance NiceHash Unpaid Balance
ID ofhceimamcagkejnidljnlckneidpccl
공식 URL https://chromewebstore.google.com/detail/nicehash-unpaid-balance/ofhceimamcagkejnidljnlckneidpccl
설명 See how much you mined in BTC and in USD on NiceHash in realtime!
파일 크기 48.56 KB
설치 횟수 73
현재 버전 1.0
최근 업데이트 2018-04-30
출시 날짜 2018-04-30
평점 2.33/5 총 3 개의 평점
개발자 KENGO WEB
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Moses Johansson",
    "homepage_url": "http:\/\/kengoweb.net",
    "name": "NiceHash Unpaid Balance",
    "version": "1.0",
    "description": "See how much you mined in BTC and in USD on NiceHash in realtime!",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "images\/get_started128.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/get_started16.png",
            "32": "images\/get_started32.png",
            "48": "images\/get_started48.png",
            "128": "images\/get_started128.png"
        },
        "default_title": "NiceHash Unpaid Balance",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}