Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
什么是Undetectable Youtube AdBlocker?
Undetectable Youtube AdBlocker是由LI开发的Chrome扩展程序,该扩展的主要功能是“A free Undetectable Youtube AdBlocker”。
扩展截图
下载Undetectable Youtube AdBlocker扩展crx文件
下载Undetectable Youtube AdBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This adblocker blocks youtube ads without being detected.
Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.
Made my Igor & Luka 扩展基本信息
| 名称 | |
| ID | hjmfamljcjmabepekpangndlnkffealb |
| 官方URL | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
| 简介 | A free Undetectable Youtube AdBlocker |
| 文件大小 | 37.24 KB |
| 安装次数 | 1,534 |
| 当前版本 | 5.0 |
| 更新时间 | 2023-11-27 |
| 上架时间 | 2023-11-08 |
| 评分 | 3.79/5 共19次评分 |
| 开发者 | LI |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Undetectable Youtube AdBlocker",
"description": "A free Undetectable Youtube AdBlocker",
"version": "5.0",
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"action": {
"default_title": "Undetectable Youtube AdBlocker",
"default_popup": "popup\/popup.html"
},
"permissions": [],
"content_scripts": [
{
"js": [
".\/scripts\/injector.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
".\/css\/youtubeStyles.css"
],
"run_at": "document_start"
}
]
} | |