Miners Shield

Blocks cryptocurrency miners all over the web.

什么是Miners Shield?

Miners Shield是由dimitar.rangelov9开发的Chrome扩展程序,该扩展的主要功能是“Blocks cryptocurrency miners all over the web.”。

扩展截图

screenshot
screenshot
screenshot

下载Miners Shield扩展crx文件

下载Miners Shield扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Miners Shield Miners Shield
ID kenkfifencmkppalflbkaiigbkgljkno
官方URL https://chromewebstore.google.com/detail/miners-shield/kenkfifencmkppalflbkaiigbkgljkno
简介 Blocks cryptocurrency miners all over the web.
文件大小 193 KB
安装次数 114
当前版本 0.1.6
更新时间 2017-10-30
上架时间 2017-10-30
评分 5.00/5 共1次评分
开发者 dimitar.rangelov9
付费类型 free
支持的语言 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"
    ]
}