Skip Ads
Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos
什么是Skip Ads?
Skip Ads是由Stavros Ioannidis开发的Chrome扩展程序,该扩展的主要功能是“Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos”。
扩展截图
下载Skip Ads扩展crx文件
下载Skip Ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically clicks on the 'Skip Ads' button within Youtube™ videos.
Details:
- Works on the latest silent ads, which are not blocked by popular ad blocker extensions.
- Clicks the 'Skip Ads' button in less than 1 sec.
- Only works on youtube.com.
- Just install it and the auto-clicking is enabled. No configuration needed.
- Does not work on non-skippable ads.
Enjoy uninterrupted music!
*** NEW UPDATES ***
🔥 Version 1.1
- Update after Youtube renamed their button class on 11/11/2023. 扩展基本信息
| 名称 | |
| ID | bjoabfoeadbgfbapkaipehdneonhkklf |
| 官方URL | https://chromewebstore.google.com/detail/skip-ads/bjoabfoeadbgfbapkaipehdneonhkklf |
| 简介 | Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos |
| 文件大小 | 13.86 KB |
| 安装次数 | 10,000 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-11-14 |
| 上架时间 | 2020-06-24 |
| 评分 | 4.13/5 共15次评分 |
| 开发者 | Stavros Ioannidis |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skip Ads",
"version": "1.1",
"description": "Automatically clicks on the 'Skip Ads' button that shows within Youtube\u2122 videos",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |