BarbBlock
Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
什么是BarbBlock?
BarbBlock是由paulgb开发的Chrome扩展程序,该扩展的主要功能是“Blocks requests to sites which have used legal threats to remove themselves from other blacklists.”。
扩展截图
下载BarbBlock扩展crx文件
下载BarbBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BarbBlock is a content blocking extension for Google Chrome. It blocks requests to sites which have used DMCA takedowns to force removal from other blacklists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.
扩展基本信息
名称 | BarbBlock |
ID | nfgbdnfloghjocgmnclgpjnhhghmjpma |
官方URL | https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma |
简介 | Blocks requests to sites which have used legal threats to remove themselves from other blacklists. |
文件大小 | 22.01 KB |
安装次数 | 194 |
当前版本 | 1.5 |
更新时间 | 2019-06-03 |
上架时间 | 2019-06-03 |
评分 | 4.94/5 共16次评分 |
开发者 | paulgb |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/paulgb/BarbBlock/blob/master/README.md |
隐私政策页面URL | https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BarbBlock", "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.", "version": "1.5", "icons": { "16": "icon\/icon16.png", "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "background": { "scripts": [ "barbblock.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", " |