Better YouTube on Small Screens
by VittGam
What is Better YouTube on Small Screens?
Better YouTube on Small Screens is a Chrome extension developed by VittGam.net, and its main feature is "by VittGam".
Extension Screenshots
Download Better YouTube on Small Screens Extension CRX File
Download Better YouTube on Small Screens 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
This extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)
Extension Basic Information
Name | Better YouTube on Small Screens |
ID | icpgpoiikflpniipkfjfnjgajbggmhma |
Official URL | https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma |
Description | by VittGam |
File Size | 3.79 KB |
Installation Count | 12 |
Current Version | 1.1 |
Last Updated | 2014-11-30 |
Publish Date | 2014-11-30 |
Rating | 3.00/5 Total 1 Ratings |
Developer | VittGam.net |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better YouTube on Small Screens", "version": "1.1", "description": "by VittGam", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.youtube.com\/embed\/*" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |