NiceHash Unpaid Balance

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

NiceHash Unpaid Balance là gì?

NiceHash Unpaid Balance là một tiện ích mở rộng Chrome được phát triển bởi KENGO WEB, và tính năng chính của nó là "See how much you mined in BTC and in USD on NiceHash in realtime!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NiceHash Unpaid Balance

Tải xuống các tệp mở rộng NiceHash Unpaid Balance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NiceHash Unpaid Balance NiceHash Unpaid Balance
ID ofhceimamcagkejnidljnlckneidpccl
URL Chính Thức https://chromewebstore.google.com/detail/nicehash-unpaid-balance/ofhceimamcagkejnidljnlckneidpccl
Mô tả See how much you mined in BTC and in USD on NiceHash in realtime!
Kích Thước Tệp 48.56 KB
Số Lần Cài Đặt 73
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-04-30
Ngày Phát Hành 2018-04-30
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển KENGO WEB
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}