MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

什麼是MineBlock?

MineBlock是由evantotech開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension that blocks cryptocurrency miners all over the web.”。

擴展截圖

screenshot

下載MineBlock擴展crx文件

下載MineBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts.

The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads.

Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web.

Stop browser coin mining. Don't let cryptojacking corrupt your computer. 

Changelog 1.2.1:

- added new blocking function
- small script optimizations                    

擴展基本資訊

名稱 MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
官方網址 https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
簡介 Chrome extension that blocks cryptocurrency miners all over the web.
檔案大小 1000 KB
安裝次數 396
目前版本 1.0.0
更新時間 2018-02-22
上架時間 2018-02-22
開發者 evantotech
付費類型 free
擴展官網 https://copacoin.co/
說明頁面URL https://copacoin.co/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MineBlock",
    "description": "Chrome extension that blocks cryptocurrency miners all over the web.",
    "homepage_url": "https:\/\/copacoin.co\/",
    "version": "1.0.0",
    "icons": {
        "128": "src\/img\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "src\/overview.html"
    },
    "background": {
        "scripts": [
            "src\/js\/block.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage",
        "notifications",
        "tabs"
    ]
}