YouTube Ad skipper 100% Working
YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.
什么是YouTube Ad skipper 100% Working?
YouTube Ad skipper 100% Working是由AyushMaji开发的Chrome扩展程序,该扩展的主要功能是“YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.”。
扩展截图
下载YouTube Ad skipper 100% Working扩展crx文件
下载YouTube Ad skipper 100% Working扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically closes banner ads and clicks 'Skip Ad' buttons for you.YouTube Ad Skipper(100% Working) is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad. it just clicks close and skip for you automatically. Useful if you are tabbed out, or just lazy. This is basically useful when you are watching a youtube video (or a playlist), 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 (or you are AFK), this extension clicks that button for you. link- https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw
扩展基本信息
名称 | YouTube Ad skipper 100% Working |
ID | ojaledjgjlkpjaebmdphdkcmljibaeen |
官方URL | https://chromewebstore.google.com/detail/youtube-ad-skipper-100%25-w/ojaledjgjlkpjaebmdphdkcmljibaeen |
简介 | YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad. |
文件大小 | 13.41 KB |
安装次数 | 677 |
当前版本 | 1.0 |
更新时间 | 2020-12-27 |
上架时间 | 2020-12-27 |
评分 | 4.20/5 共15次评分 |
开发者 | AyushMaji |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.youtube.com/channel/UCtmdG03nDBhw6wZzeN3ChMw |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Ad skipper 100% Working", "version": "1.0", "description": "YouTube Ad Skipper is an extension that auto skips ads after YouTube provides a skip ad button. It does not block an ad.", "manifest_version": 2, "author": "Ayush Maji", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_128.png" }, "content_scripts": [ { "js": [ "script.js" ], "run_at": "document_idle", "matches": [ "*:\/\/*.youtube.com\/*" ] } ] } |