Miners Shield

Blocks cryptocurrency miners all over the web.

Was ist Miners Shield?

Miners Shield ist eine Chrome-Erweiterung, die von dimitar.rangelov9 entwickelt wurde, und ihr Hauptmerkmal ist "Blocks cryptocurrency miners all over the web.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Miners Shield-Erweiterungs-CRX-Datei herunterladen

Laden Sie Miners Shield-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Miners Shield Miners Shield
ID kenkfifencmkppalflbkaiigbkgljkno
Offizielle URL https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno
Beschreibung Blocks cryptocurrency miners all over the web.
Dateigröße 193 KB
Installationsanzahl 114
Aktuelle Version 0.1.6
Letztes Update 2017-10-30
Veröffentlichungsdatum 2017-10-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler dimitar.rangelov9
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}