MineBlock

Chrome extension that blocks cryptocurrency miners all over the web.

Apa itu MineBlock?

MineBlock adalah ekstensi Chrome yang dikembangkan oleh evantotech, dan fitur utamanya adalah "Chrome extension that blocks cryptocurrency miners all over the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MineBlock

Unduh file ekstensi MineBlock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama MineBlock MineBlock
ID moojcepeinhghlmbaggfpogokkobnljk
URL Resmi https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk
Deskripsi Chrome extension that blocks cryptocurrency miners all over the web.
Ukuran File 1000 KB
Jumlah Instalasi 396
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-02-22
Tanggal Publikasi 2018-02-22
Pengembang evantotech
Tipe Pembayaran free
Situs Ekstensi https://copacoin.co/
URL Halaman Bantuan https://copacoin.co/
Bahasa yang Didukung 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"
    ]
}