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 |
官方網址 | 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\/" ] } |