adultblacklist
Blocks the biggest adult sites
什么是adultblacklist?
adultblacklist是由serv.ing.apps开发的Chrome扩展程序,该扩展的主要功能是“Blocks the biggest adult sites”。
扩展截图
下载adultblacklist扩展crx文件
下载adultblacklist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Blocks the biggest adult sites: those in the top-1-million sites.
It combines the blacklist at http://dsi.ut-capitole.fr/blacklists/index_en.php and the Alexa, Majestic Million, and Cisco-eze top million sites. (This keeps the addon size manageable). 扩展基本信息
| 名称 | |
| ID | nlaagnlbhaoodpoaoigcjpepnhbkimnb |
| 官方URL | https://chromewebstore.google.com/detail/adultblacklist/nlaagnlbhaoodpoaoigcjpepnhbkimnb |
| 简介 | Blocks the biggest adult sites |
| 文件大小 | 94.48 KB |
| 安装次数 | 198 |
| 当前版本 | 0.5.0 |
| 更新时间 | 2019-04-09 |
| 上架时间 | 2019-04-09 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | serv.ing.apps |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/serv-inc/blacklist/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "adultblacklist",
"description": "Blocks the biggest adult sites",
"version": "0.5.0",
"applications": {
"gecko": {
"id": "{b4eda7b1-2bbe-4961-b336-aaad77d87a47}"
}
},
"permissions": [
"tabs"
],
"icons": {
"128": "clipboard-list-solid.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |