MineBlock

This extension will find and remove js miners

What is MineBlock?

MineBlock is a Chrome extension developed by shimongb, and its main feature is "This extension will find and remove js miners".

Extension Screenshots

screenshot
screenshot

Download MineBlock Extension CRX File

Download MineBlock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The AdBlock for miners!                    

Extension Basic Information

Name MineBlock MineBlock
ID dmcpbelgocmkmgbbpndggbilfljilkgk
Official URL https://chromewebstore.google.com/detail/mineblock/dmcpbelgocmkmgbbpndggbilfljilkgk
Description This extension will find and remove js miners
File Size 4.92 KB
Installation Count 652
Current Version 2.1
Last Updated 2017-09-30
Publish Date 2017-09-30
Rating 3.67/5 Total 3 Ratings
Developer shimongb
Payment Type free
Extension Website http://www.sqlsolutions.co.il
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MineBlock",
    "description": "This extension will find and remove js miners",
    "version": "2.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "popup.js",
        "inject.js"
    ],
    "permissions": [
        "activeTab"
    ]
}