YouBlocker
Ad-Free YouTube Experience.
什么是YouBlocker?
YouBlocker是由Torrextension开发的Chrome扩展程序,该扩展的主要功能是“Ad-Free YouTube Experience.”。
扩展截图
下载YouBlocker扩展crx文件
下载YouBlocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Works with the new YouTube update !
Enjoy a seamless YouTube experience with our “YouBlocker” extension. Our extension is designed to improve your YouTube viewing experience by removing intrusive video ads, while preserving the platform's core functionality + we don't collect your data.
🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com 扩展基本信息
| 名称 | |
| ID | khplgcfcmalolfkblneflibkmamgogom |
| 官方URL | https://chromewebstore.google.com/detail/youblocker/khplgcfcmalolfkblneflibkmamgogom |
| 简介 | Ad-Free YouTube Experience. |
| 文件大小 | 10.5 KB |
| 安装次数 | 233 |
| 当前版本 | 2.6 |
| 更新时间 | 2024-02-16 |
| 上架时间 | 2023-11-07 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | Torrextension |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://torrextension.com/youblocker |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouBlocker",
"version": "2.6",
"description": "Ad-Free YouTube Experience.",
"manifest_version": 3,
"author": "Torrextension",
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"webNavigation",
"scripting"
],
"host_permissions": [
"https:\/\/www.youtube.com\/watch*"
],
"incognito": "split"
} | |