Miners Shield

Blocks cryptocurrency miners all over the web.

Qu'est-ce que Miners Shield ?

Miners Shield est une extension Chrome développée par dimitar.rangelov9, et sa fonction principale est "Blocks cryptocurrency miners all over the web.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Miners Shield

Téléchargez les fichiers d'extension Miners Shield au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Miners Shield Miners Shield
ID kenkfifencmkppalflbkaiigbkgljkno
URL Officiel https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno
Description Blocks cryptocurrency miners all over the web.
Taille du Fichier 193 KB
Nombre d'Installations 114
Version Actuelle 0.1.6
Dernière Mise à Jour 2017-10-30
Date de Publication 2017-10-30
Évaluation 5.00/5 Total 1 Évaluations
Développeur dimitar.rangelov9
Type de Paiement free
Langues Prises en Charge 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"
    ]
}