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"
    ]
}