YES - YouTube Enhancement Suite
No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay
What is YES - YouTube Enhancement Suite?
YES - YouTube Enhancement Suite is a Chrome extension developed by stephan247, and its main feature is "No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay".
Extension Screenshots
Download YES - YouTube Enhancement Suite Extension CRX File
Download YES - YouTube Enhancement Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces YouTube's watch page with a full screen interface with no pre-roll ads, no comments, no age filters, just video.
Extension Basic Information
Name | |
ID | ablppdolllcbhinaofgldpflhpckncid |
Official URL | https://chrome.google.com/webstore/detail/yes-youtube-enhancement-s/ablppdolllcbhinaofgldpflhpckncid |
Description | No Pre-Roll Ads, No Age Filter, No Comments, Full Screen Videos, Autoplay |
File Size | 13.11 KB |
Installation Count | 149 |
Current Version | 1.0.1 |
Last Updated | 2014-05-30 |
Publish Date | 2014-05-30 |
Rating | 1.80/5 Total 5 Ratings |
Developer | stephan247 |
Payment Type | free |
Supported Languages | 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" } |