Center Youtube

Centers the new Youtube layout.

What is Center Youtube?

Center Youtube is a Chrome extension developed by wrasidlo, and its main feature is "Centers the new Youtube layout.".

Extension Screenshots

screenshot

Download Center Youtube Extension CRX File

Download Center 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

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

Extension Basic Information

Name Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
Official URL https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
Description Centers the new Youtube layout.
File Size 3.13 KB
Installation Count 473
Current Version 0.9
Last Updated 2014-01-15
Publish Date 2014-01-15
Rating 3.56/5 Total 27 Ratings
Developer wrasidlo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}