Miners Shield

Blocks cryptocurrency miners all over the web.

Что такое Miners Shield?

Miners Shield - это расширение Chrome, разработанное dimitar.rangelov9, и его основная функция - "Blocks cryptocurrency miners all over the web.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Miners Shield

Скачайте файлы расширений 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"
    ]
}