YouTube Auto Ad-Skipper
This extension skip ads on YouTube automatically.
什么是YouTube Auto Ad-Skipper?
YouTube Auto Ad-Skipper是由Cavosz开发的Chrome扩展程序,该扩展的主要功能是“This extension skip ads on YouTube automatically.”。
扩展截图
下载YouTube Auto Ad-Skipper扩展crx文件
下载YouTube Auto Ad-Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension automatically click the skip button on YouTube when it's available.
This extension does not block ads or skip ads on other websites. 扩展基本信息
| 名称 | |
| ID | kccbenoebeilhnjknnfokiojlnkmcoel |
| 官方URL | https://chromewebstore.google.com/detail/youtube-auto-ad-skipper/kccbenoebeilhnjknnfokiojlnkmcoel |
| 简介 | This extension skip ads on YouTube automatically. |
| 文件大小 | 27.09 KB |
| 安装次数 | 54 |
| 当前版本 | 1.0 |
| 更新时间 | 2022-10-18 |
| 上架时间 | 2022-10-17 |
| 开发者 | Cavosz |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Auto Ad-Skipper",
"description": "This extension skip ads on YouTube automatically.",
"version": "1.0",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"script.js"
]
}
],
"action": {
"default_title": "Skip ads YT",
"default_popup": "popup.html"
},
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
}
} | |