StopMining

阻止网页挖矿脚本

What is StopMining?

StopMining is a Chrome extension developed by 兔子鲜笙, and its main feature is "阻止网页挖矿脚本".

Download StopMining Extension CRX File

Download StopMining 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

                        帮助主人阻止偷偷利用主人电脑算力去挣钱的人。                    

Extension Basic Information

Name StopMining StopMining
ID ipdmggbhelpmamgfbilkkbikkbioejck
Official URL https://chrome.google.com/webstore/detail/ipdmggbhelpmamgfbilkkbikkbioejck
Description 阻止网页挖矿脚本
File Size 1.15 MB
Installation Count 73
Current Version 1.0.4
Last Updated 2017-12-24
Publish Date 2017-12-24
Developer 兔子鲜笙
Email [email protected]
Payment Type free
Extension Website https://tuzi.moe
Help Page URL https://tuzi.moe
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "TuziMoe",
    "manifest_version": 2,
    "name": "StopMining",
    "version": "1.0.4",
    "description": "\u963b\u6b62\u7f51\u9875\u6316\u77ff\u811a\u672c",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/*\/*\/",
                "https:\/\/*\/*\/"
            ],
            "js": [
                "js\/stop.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/stop.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "js\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_option": "white.html",
        "default_icon": {
            "16": "icon\/icon16.png",
            "19": "icon\/icon19.png",
            "38": "icon\/icon38.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        }
    },
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking",
        "tabs",
        "background",
        "management",
        "webNavigation"
    ]
}