MineBlock
Chrome extension that blocks cryptocurrency miners all over the web.
什么是MineBlock?
MineBlock是由evantotech开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that blocks cryptocurrency miners all over the web.”。
扩展截图
下载MineBlock扩展crx文件
下载MineBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Coin Miner Block is an extremely useful chrome extension that blocks Cryptocurrencies mining scripts. The extension both blocks all requests from coinhive (and other mining scripts) and removes the script from the DOM before it loads. Coin miner block allows you to prevent cryptojacking from miners using your CPU, all over the web. Stop browser coin mining. Don't let cryptojacking corrupt your computer. Changelog 1.2.1: - added new blocking function - small script optimizations
扩展基本信息
名称 | |
ID | moojcepeinhghlmbaggfpogokkobnljk |
官方URL | https://chrome.google.com/webstore/detail/mineblock/moojcepeinhghlmbaggfpogokkobnljk |
简介 | Chrome extension that blocks cryptocurrency miners all over the web. |
文件大小 | 1000 KB |
安装次数 | 396 |
当前版本 | 1.0.0 |
更新时间 | 2018-02-22 |
上架时间 | 2018-02-22 |
开发者 | evantotech |
付费类型 | free |
扩展官网 | https://copacoin.co/ |
帮助页面URL | https://copacoin.co/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MineBlock", "description": "Chrome extension that blocks cryptocurrency miners all over the web.", "homepage_url": "https:\/\/copacoin.co\/", "version": "1.0.0", "icons": { "128": "src\/img\/icon.png" }, "manifest_version": 2, "browser_action": { "default_popup": "src\/overview.html" }, "background": { "scripts": [ "src\/js\/block.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", " |