Miners Shield

Blocks cryptocurrency miners all over the web.

Wat is Miners Shield?

Miners Shield is een Chrome-extensie ontwikkeld door dimitar.rangelov9, en de belangrijkste functie is "Blocks cryptocurrency miners all over the web.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Miners Shield

Download Miners Shield-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Miners Shield is #1 Miner Blocker, helps to stop coin miners, cryptojackers and block mining scripts from your CPU. Best MinerBlock tool.

Miners Shield is the most trusted MinerBlocker, which blocks hidden miners on each website you visit! Miners Shield is preventing cryptojacking scripts from mining using your CPU.                    

Basisinformatie over de Extensie

Naam Miners Shield Miners Shield
ID kenkfifencmkppalflbkaiigbkgljkno
Officiële URL https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno
Beschrijving Blocks cryptocurrency miners all over the web.
Bestandsgrootte 193 KB
Aantal Installaties 114
Huidige Versie 0.1.6
Laatst Bijgewerkt 2017-10-30
Publicatiedatum 2017-10-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dimitar.rangelov9
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Miners Shield ",
    "description": "Blocks cryptocurrency miners all over the web.",
    "version": "0.1.6",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/utils.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "19": "icons\/icon.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "icons": [
            "icons\/icon.png"
        ],
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "web_accessible_resources": [
        "js\/minerkill.js"
    ]
}