4chan ad blocker
Removes porn ads on adult 4chan boards.
什么是4chan ad blocker?
4chan ad blocker是由mf_doomer开发的Chrome扩展程序,该扩展的主要功能是“Removes porn ads on adult 4chan boards.”。
扩展截图
下载4chan ad blocker扩展crx文件
下载4chan ad blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This blocks the porn ads on adult 4chan boards. 扩展基本信息
| 名称 | |
| ID | aclfkdhkjhfckmnlfkonpnjaakpfeoma |
| 官方URL | https://chromewebstore.google.com/detail/4chan-ad-blocker/aclfkdhkjhfckmnlfkonpnjaakpfeoma |
| 简介 | Removes porn ads on adult 4chan boards. |
| 文件大小 | 327 KB |
| 安装次数 | 407 |
| 当前版本 | 1.01 |
| 更新时间 | 2019-03-22 |
| 上架时间 | 2019-03-21 |
| 评分 | 4.50/5 共10次评分 |
| 开发者 | mf_doomer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "4chan ad blocker",
"version": "1.01",
"author": "mf_doomer",
"description": "Removes porn ads on adult 4chan boards.",
"icons": {
"128": "icons\/icon.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/boards.4chan.org\/*"
],
"js": [
"block.js"
]
}
]
} | |