Auto Skip Youtube Ads
Auto Skip Youtube Ads
什么是Auto Skip Youtube Ads?
Auto Skip Youtube Ads是由Anuj Gupta开发的Chrome扩展程序,该扩展的主要功能是“Auto Skip Youtube Ads”。
扩展截图
下载Auto Skip Youtube Ads扩展crx文件
下载Auto Skip Youtube Ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Auto skip Youtube Ads Instead of completely blocking ads which prevents YouTube channels from earning any ad revenue, this extension detects ads appearing and clicks the skip button instantly, just like a regular user would, only much quicker and effortlessly. It doesn't block ads, it just clicks close and skip for you automatically. Useful if you're tabbed out, or just lazy. For banner ads, it clicks the close button - usually before the ad is even visible. For pre-roll ads that you have to watch for 5 seconds, it will click the skip button as soon as it can.
扩展基本信息
名称 | Auto Skip Youtube Ads |
ID | fcblefnaalnljhcbldiiaaglfchcmdmb |
官方URL | https://chromewebstore.google.com/detail/auto-skip-youtube-ads/fcblefnaalnljhcbldiiaaglfchcmdmb |
简介 | Auto Skip Youtube Ads |
文件大小 | 15.89 KB |
安装次数 | 6,887 |
当前版本 | 1.04 |
更新时间 | 2022-04-25 |
上架时间 | 2020-05-01 |
评分 | 4.41/5 共44次评分 |
开发者 | Anuj Gupta |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://anujnj11.github.io/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Auto Skip Youtube Ads", "description": "Auto Skip Youtube Ads", "version": "1.04", "short_name": "Auto Skip Youtube Ads", "permissions": [], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "skipAds.min.js" ], "all_frames": true } ] } |