Skip Video Ads in YouTube™
Play any YouTube Video without annoying Ads.
什么是Skip Video Ads in YouTube™?
Skip Video Ads in YouTube™是由https://www.downloadhub.cloud开发的Chrome扩展程序,该扩展的主要功能是“Play any YouTube Video without annoying Ads.”。
扩展截图
下载Skip Video Ads in YouTube™扩展crx文件
下载Skip Video Ads in YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Skip Video Ads in YouTube™ is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad. A browser extension that automates skipping ad on YouTube. This is not an ad blocker; it just automates the process of clicking on the "Skip Ad" button on YouTube. This is basically useful when you are watching a YouTube video, and an ad starts playing. YouTube allows you to skip the ad after 5 seconds, but if you can't be bothered to click it yourself, this extension clicks that button for you. Configurations can be set per channel. Did you know: YouTubers are paid 50% of the revenue for any ads playing on their videos. You can use this extension to play ads longer for channels you want to support, or skip them entirely for some.
扩展基本信息
名称 | Skip Video Ads in YouTube™ |
ID | bmjgmdoeljhfnajdeknpckcpkimiijci |
官方URL | https://chromewebstore.google.com/detail/skip-video-ads-in-youtube/bmjgmdoeljhfnajdeknpckcpkimiijci |
简介 | Play any YouTube Video without annoying Ads. |
文件大小 | 136 KB |
安装次数 | 1,118 |
当前版本 | 1.0.3 |
更新时间 | 2024-01-08 |
上架时间 | 2022-09-19 |
评分 | 4.71/5 共17次评分 |
开发者 | https://www.downloadhub.cloud |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.downloadhub.cloud/2022/09/skip-video-ads-youtube.html |
隐私政策页面URL | https://www.codehemu.com/p/privacy-policy.html |
支持的语言 | en,en-GB,en-US,es,ru,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "data\/icons\/icon-128.png", "32": "data\/icons\/icon-32.png", "38": "data\/icons\/icon-38.png", "512": "data\/icons\/icon-512.png" }, "default_popup": "data\/interface\/index.html?popup", "default_title": "__MSG_actionTitle__" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "bundled-content-script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "youtube", "path": "data\/rules\/youtube.json" } ] }, "default_locale": "en", "description": "__MSG_extensionDescription__", "host_permissions": [ " |