AdClean (works on Youtube)
Removes all unwanted ads for a smoother browsing experience.
什么是AdClean (works on Youtube)?
AdClean (works on Youtube)是由https://mega-block.com开发的Chrome扩展程序,该扩展的主要功能是“Removes all unwanted ads for a smoother browsing experience.”。
扩展截图
下载AdClean (works on Youtube)扩展crx文件
下载AdClean (works on Youtube)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience.
✓ Block banners
✓ Block annoying video ads
✓ Give yourself faster browsing as resources are blocked from loading
✓ Click on the extension icon to stop blocking ads on the current website 扩展基本信息
| 名称 | |
| ID | bjnlfombjeamfelifpimnopcchmmeppk |
| 官方URL | https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk |
| 简介 | Removes all unwanted ads for a smoother browsing experience. |
| 文件大小 | 1.12 MB |
| 安装次数 | 20,000 |
| 当前版本 | 2.0.4 |
| 更新时间 | 2024-01-19 |
| 上架时间 | 2023-12-22 |
| 评分 | 4.25/5 共8次评分 |
| 开发者 | https://mega-block.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://mega-block.com/privacy.php |
| 支持的语言 | de,en,fr,nl,no,da,es,it,pt-BR,fi,sv |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "2.0.4",
"default_locale": "en",
"action": [],
"background": {
"service_worker": "extension.js"
},
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"match_about_blank": true,
"all_frames": true,
"js": [
"ecss.js",
"cs.js"
],
"run_at": "document_start",
"matches": [
"*:\/\/*\/*"
]
}
],
"permissions": [
"alarms",
"scripting",
"storage",
"unlimitedStorage",
"declarativeNetRequest",
"webNavigation"
],
"host_permissions": [
" | |