ETC Ethermine Monitor

This is tool to monitor workers of ETC Ethermine quickly.

ETC Ethermine Monitor là gì?

ETC Ethermine 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 ETC Ethermine 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 ETC Ethermine Monitor

Tải xuống các tệp mở rộng ETC Ethermine 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

                                            

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

Tên ETC Ethermine Monitor ETC Ethermine Monitor
ID fgepomggiffkecdhacmchjgdhobphkak
URL Chính Thức https://chromewebstore.google.com/detail/etc-ethermine-monitor/fgepomggiffkecdhacmchjgdhobphkak
Mô tả This is tool to monitor workers of ETC Ethermine quickly.
Kích Thước Tệp 47.06 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2017-08-03
Ngày Phát Hành 2017-08-03
Đánh Giá 5.00/5 Tổng số 2 Đá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": "ETC Ethermine Monitor",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "This is tool to monitor workers of ETC Ethermine 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": "ETC Ethermine Monitor Extension",
        "default_popup": "popup.html"
    }
}