Autoskip for YouTube 2.0
Automatically skips the YouTube ads. 🚫
什么是Autoskip for YouTube 2.0?
Autoskip for YouTube 2.0是由office开发的Chrome扩展程序,该扩展的主要功能是“Automatically skips the YouTube ads. 🚫”。
扩展截图
下载Autoskip for YouTube 2.0扩展crx文件
下载Autoskip for YouTube 2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
⬇️ Easy to set up ⬇️:
1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.
✨ Features ✨
1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.
This extension will auto-skip the ads to improve your YouTube experience. 扩展基本信息
| 名称 | |
| ID | gcgihkjcccpnahfhhkghlhncdaamjccc |
| 官方URL | https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc |
| 简介 | Automatically skips the YouTube ads. 🚫 |
| 文件大小 | 8.18 KB |
| 安装次数 | 137 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-03-25 |
| 上架时间 | 2023-03-24 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | office |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Autoskip for YouTube 2.0",
"version": "1.0",
"icons": {
"128": "icon_128.png"
},
"description": "Automatically skips the YouTube ads. \ud83d\udeab",
"content_scripts": [
{
"matches": [
"https:\/\/*.YouTube.com\/*"
],
"js": [
"content.js"
]
}
],
"manifest_version": 3
} | |