Mine Control

Control mining in your browser.

Mine Control là gì?

Mine Control là một tiện ích mở rộng Chrome được phát triển bởi https://insider.pro, và tính năng chính của nó là "Control mining in your browser.".

Ả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 Mine Control

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

                        Control mining in your browser.
Mine your own business!

Websites can use your computer to mine cryptocurrency. Mine Control detects and blocks suspicious sites from exploiting and slowing down your CPU.

How to use Mine Control:
1. Install the extension
2. Enable it
3. Surf the web securely

Check the gear icon color to learn the extension status.
Gray gear means that the extension is turned off. 
Green gear means that the site does not mine.
Red gear means that site mining is blocked. 
Green & red gear means that site mines but is in the white list.

Mine Control blocks resources, domains and IP addresses known for spreading cryptocurrency mining javascript code using your browser and hardware. It refers to a blacklist of domains and blocks any request made by such websites. You can manually edit, add or remove the domains from the blacklist.

Mine Control allows you to whitelist the domain. It will not block javascript on the whitelisted sites.

We respect your privacy.
Mine Control does not collect any information on your computer or your browsing activity.

Feel safe with Mine Control. Mind your own mining.                    

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

Tên Mine Control Mine Control
ID jnhbbkmdjdehejoajlcjhcdlofkchcbj
URL Chính Thức https://chromewebstore.google.com/detail/mine-control/jnhbbkmdjdehejoajlcjhcdlofkchcbj
Mô tả Control mining in your browser.
Kích Thước Tệp 101 KB
Số Lần Cài Đặt 796
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-12-12
Ngày Phát Hành 2017-12-12
Đánh Giá 4.57/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://insider.pro
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mine Control",
    "description": "__MSG_appDesc__",
    "version": "1.0.4",
    "permissions": [
        "tabs",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking",
        "alarms"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "32": "img\/icon-32x32-gray.png",
        "128": "img\/icon-128x128-gray.png"
    },
    "browser_action": {
        "default_popup": "view\/popup.html"
    },
    "manifest_version": 2,
    "author": "Insider.pro",
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.insider.pro\/*"
        ]
    }
}