StopMining
阻止网页挖矿脚本
Wat is StopMining?
StopMining is een Chrome-extensie ontwikkeld door 兔子鲜笙, en de belangrijkste functie is "阻止网页挖矿脚本".
Download het CRX-bestand van de extensie StopMining
Download StopMining-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
帮助主人阻止偷偷利用主人电脑算力去挣钱的人。
Basisinformatie over de Extensie
Naam | |
ID | ipdmggbhelpmamgfbilkkbikkbioejck |
Officiële URL | https://chrome.google.com/webstore/detail/ipdmggbhelpmamgfbilkkbikkbioejck |
Beschrijving | 阻止网页挖矿脚本 |
Bestandsgrootte | 1.15 MB |
Aantal Installaties | 73 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2017-12-24 |
Publicatiedatum | 2017-12-24 |
Ontwikkelaar | 兔子鲜笙 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://tuzi.moe |
Help Pagina-URL | https://tuzi.moe |
Ondersteunde Talen | 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", " |