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\/" ] } |