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.”。
擴展截圖
下載Crypto Miner Blocker擴展crx文件
下載Crypto Miner Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | fekkecoifalagdiibmfnmjfmgmpblogb |
| 官方網址 | 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",
" | |