Crypto Miner Blocker

This open-source extension automatically blocks Crypto Mining Scripts.

Crypto Miner Blocker là gì?

Crypto Miner Blocker là một tiện ích mở rộng Chrome được phát triển bởi Sander, và tính năng chính của nó là "This open-source extension automatically blocks Crypto Mining Scripts.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crypto Miner Blocker

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

                        This Google Chrome extension automatically blocks known crypto web mining scripts.

Recently ThePirateBay.org and Showtime.com were caught experimenting with CoinHive, a crypto miner for websites. While this looks like a promising solution to the dying ads market, the implementation of webmasters is simply full out wrong as CoinHive itself has concluded.

A webmaster following the instructions of CoinHive's documentation will by default end up consuming up to 70% of every visitor's CPU until they close the website. While this might not be a problem for desktops engergy-wise, it will drain the battery of laptops and smartphones. And we haven't even talked about the CPU usage slowing the machine down, fan noise, heat and a shorter hardware life.

Until a proper fix is released by CoinHive - for example requiring every visitor's consent before starting mining - I recommend manually adding a few block rules to your favorite ad blocker or installing this extension.                    

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

Tên Crypto Miner Blocker Crypto Miner Blocker
ID fekkecoifalagdiibmfnmjfmgmpblogb
URL Chính Thức https://chromewebstore.google.com/detail/crypto-miner-blocker/fekkecoifalagdiibmfnmjfmgmpblogb
Mô tả This open-source extension automatically blocks Crypto Mining Scripts.
Kích Thước Tệp 80.35 KB
Số Lần Cài Đặt 3,942
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2017-12-07
Ngày Phát Hành 2017-12-07
Đánh Giá 3.87/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Sander
Loại Thanh Toán free
Trang Web Mở Rộng https://git.io/crypto-miner-blocker
URL Trang Trợ Giúp https://git.io/crypto-miner-blocker
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Miner Blocker",
    "description": "This open-source extension automatically blocks Crypto Mining Scripts.",
    "homepage_url": "https:\/\/git.io\/crypto-miner-blocker",
    "version": "1.2.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/blocker.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}