YES - YouTube Enhancement Suite
No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay
YES - YouTube Enhancement Suiteとは何ですか?
YES - YouTube Enhancement Suiteはstephan247によって開発されたChromeの拡張機能で、その主な機能は「No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay」です。
拡張機能のスクリーンショット
YES - YouTube Enhancement Suite拡張機能のCRXファイルをダウンロード
YES - YouTube Enhancement Suite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces YouTube's watch page with a full screen interface with no pre-roll ads, no comments, no age filters, just video.
拡張機能の基本情報
名前 | |
ID | ablppdolllcbhinaofgldpflhpckncid |
公式URL | https://chrome.google.com/webstore/detail/yes-youtube-enhancement-s/ablppdolllcbhinaofgldpflhpckncid |
説明 | No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay |
ファイルサイズ | 13.11 KB |
インストール数 | 149 |
現在のバージョン | 1.0.1 |
最終更新日 | 2014-05-30 |
公開日 | 2014-05-30 |
評価 | 1.80/5 合計 5 レビュー |
開発者 | stephan247 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "manifest_version": 2, "name": "YES - YouTube Enhancement Suite", "short_name": "YES", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.youtube.com\/watch*" ], "version": "1.0.1" } |