Simple NiceHash Monitor

This is tool to monitor workers of NiceHash quickly.

Simple NiceHash Monitor là gì?

Simple NiceHash Monitor là một tiện ích mở rộng Chrome được phát triển bởi Zodinet CO.,LTD, và tính năng chính của nó là "This is tool to monitor workers of NiceHash quickly.".

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

screenshot

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

Tải xuống các tệp mở rộng Simple NiceHash Monitor 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 NiceHash monitor is extension that will help you monitor your workers.
You just need to enter your bitcoin address to settings then everything will be work.
Let enjoy it.                    

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

Tên Simple NiceHash Monitor Simple NiceHash Monitor
ID iafjjhopfpcockmmakcfadchlcbpnkkc
URL Chính Thức https://chromewebstore.google.com/detail/simple-nicehash-monitor/iafjjhopfpcockmmakcfadchlcbpnkkc
Mô tả This is tool to monitor workers of NiceHash quickly.
Kích Thước Tệp 52 KB
Số Lần Cài Đặt 276
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2017-08-03
Ngày Phát Hành 2017-08-03
Đánh Giá 3.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Zodinet CO.,LTD
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple NiceHash Monitor",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "This is tool to monitor workers of NiceHash quickly.",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Simple NiceHash Extension",
        "default_popup": "popup.html"
    }
}