StopMining
阻止网页挖矿脚本
Hvad er StopMining?
StopMining er en Chrome-udvidelse udviklet af 兔子鲜笙, og dens hovedfunktion er "阻止网页挖矿脚本".
Download StopMining-udvidelses-CRX-fil
Download StopMining-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
帮助主人阻止偷偷利用主人电脑算力去挣钱的人。
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ipdmggbhelpmamgfbilkkbikkbioejck |
Officiel URL | https://chrome.google.com/webstore/detail/ipdmggbhelpmamgfbilkkbikkbioejck |
Beskrivelse | 阻止网页挖矿脚本 |
Filstørrelse | 1.15 MB |
Antal Installationer | 73 |
Nuværende Version | 1.0.4 |
Senest Opdateret | 2017-12-24 |
Udgivelsesdato | 2017-12-24 |
Udvikler | 兔子鲜笙 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://tuzi.moe |
Hjælpeside-URL | https://tuzi.moe |
Understøttede Sprog | 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", " |