Crypto Miner Blocker

This open-source extension automatically blocks Crypto Mining Scripts.

Crypto Miner Blocker란 무엇입니까?

Crypto Miner Blocker은(는) Sander에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This open-source extension automatically blocks Crypto Mining Scripts."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Crypto Miner Blocker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Crypto Miner Blocker Crypto Miner Blocker
ID fekkecoifalagdiibmfnmjfmgmpblogb
공식 URL https://chromewebstore.google.com/detail/crypto-miner-blocker/fekkecoifalagdiibmfnmjfmgmpblogb
설명 This open-source extension automatically blocks Crypto Mining Scripts.
파일 크기 80.35 KB
설치 횟수 3,942
현재 버전 1.2.0
최근 업데이트 2017-12-07
출시 날짜 2017-12-07
평점 3.87/5 총 15 개의 평점
개발자 Sander
결제 유형 free
확장 프로그램 웹 사이트 https://git.io/crypto-miner-blocker
도움말 페이지 URL https://git.io/crypto-miner-blocker
지원되는 언어 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"
    ]
}