MineBlock
This extension will find and remove js miners
什么是MineBlock?
MineBlock是由shimongb开发的Chrome扩展程序,该扩展的主要功能是“This extension will find and remove js miners”。
扩展截图
下载MineBlock扩展crx文件
下载MineBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The AdBlock for miners! 扩展基本信息
| 名称 | |
| ID | dmcpbelgocmkmgbbpndggbilfljilkgk |
| 官方URL | https://chromewebstore.google.com/detail/mineblock/dmcpbelgocmkmgbbpndggbilfljilkgk |
| 简介 | This extension will find and remove js miners |
| 文件大小 | 4.92 KB |
| 安装次数 | 652 |
| 当前版本 | 2.1 |
| 更新时间 | 2017-09-30 |
| 上架时间 | 2017-09-30 |
| 评分 | 3.67/5 共3次评分 |
| 开发者 | shimongb |
| 付费类型 | free |
| 扩展官网 | http://www.sqlsolutions.co.il |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "MineBlock",
"description": "This extension will find and remove js miners",
"version": "2.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"inject.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"popup.js",
"inject.js"
],
"permissions": [
"activeTab"
]
} | |