Skip video ads
Skip youtube before-video ads once the 5 seconds is over automatically
什么是Skip video ads?
Skip video ads是由http://mrgarretto.com开发的Chrome扩展程序,该扩展的主要功能是“Skip youtube before-video ads once the 5 seconds is over automatically”。
下载Skip video ads扩展crx文件
下载Skip video ads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to automatically skip Youtube's before-video ads automatically after the 5 seconds is over so that you can still support the content creators.
扩展基本信息
名称 | |
ID | mbiejnlchbmjdjmnoalpfoelnimekocb |
官方URL | https://chrome.google.com/webstore/detail/skip-video-ads/mbiejnlchbmjdjmnoalpfoelnimekocb |
简介 | Skip youtube before-video ads once the 5 seconds is over automatically |
文件大小 | 81.02 KB |
安装次数 | 28 |
当前版本 | 1.0 |
更新时间 | 2015-11-07 |
上架时间 | 2015-11-06 |
开发者 | http://mrgarretto.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skip video ads", "description": "Skip youtube before-video ads once the 5 seconds is over automatically", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "clickskip.js" ] } ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |