Enhanced Cinema Mode for YouTube™
Bigger, better Cinema Mode Player for YouTube™
What is Enhanced Cinema Mode for YouTube™?
Enhanced Cinema Mode for YouTube™ is a Chrome extension developed by queader, and its main feature is "Bigger, better Cinema Mode Player for YouTube™".
Extension Screenshots
Download Enhanced Cinema Mode for YouTube™ Extension CRX File
Download Enhanced Cinema Mode for YouTube™ 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
Enlarges the Cinema Mode Player for YouTube™. Recommended for resolutions 1600x900 and up. YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Extension Basic Information
Name | |
ID | odejddkejpfkoolifcaldmdchiphhenb |
Official URL | https://chrome.google.com/webstore/detail/enhanced-cinema-mode-for/odejddkejpfkoolifcaldmdchiphhenb |
Description | Bigger, better Cinema Mode Player for YouTube™ |
File Size | 4.48 KB |
Installation Count | 306 |
Current Version | 1.0 |
Last Updated | 2014-07-18 |
Publish Date | 2014-07-18 |
Rating | 3.31/5 Total 13 Ratings |
Developer | queader |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Enhanced Cinema Mode for YouTube\u2122", "version": "1.0", "icons": { "48": "icon_48.png", "128": "icon_128.png" }, "description": "Bigger, better Cinema Mode Player for YouTube\u2122", "author": "glowyy", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "youtube_style.css" ], "all_frames": true } ], "web_accessible_resources": [ "youtube_style.css" ] } |