StopMining

阻止网页挖矿脚本

Vad är StopMining?

StopMining är en Chrome-tillägg utvecklad av 兔子鲜笙, och dess huvudfunktion är "阻止网页挖矿脚本".

Ladda ner StopMining-förlängningens CRX-fil

Ladda ner StopMining-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn StopMining StopMining
ID ipdmggbhelpmamgfbilkkbikkbioejck
Officiell webbadress https://chrome.google.com/webstore/detail/ipdmggbhelpmamgfbilkkbikkbioejck
Beskrivning 阻止网页挖矿脚本
Filstorlek 1.15 MB
Antal Installationer 73
Aktuell Version 1.0.4
Senast Uppdaterad 2017-12-24
Publiceringsdatum 2017-12-24
Utvecklare 兔子鲜笙
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tuzi.moe
Hjälpsida URL https://tuzi.moe
Stödda Språk 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"
    ]
}