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
公式URL 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"
    ]
}