Center that Youtube!

This will center your YouTube page

What is Center that Youtube!?

Center that Youtube! is a Chrome extension developed by philip.bjorkebro, and its main feature is "This will center your YouTube page".

Extension Screenshots

screenshot

Download Center that Youtube! Extension CRX File

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

                        This will center your Youtube website.                    

Extension Basic Information

Name Center that Youtube! Center that Youtube!
ID fcapbmkcbgmkafafecgbmbjlcmbomkki
Official URL https://chrome.google.com/webstore/detail/center-that-youtube/fcapbmkcbgmkafafecgbmbjlcmbomkki
Description This will center your YouTube page
File Size 2.74 KB
Installation Count 88
Current Version 1.0
Last Updated 2012-12-07
Publish Date 2012-12-07
Rating 3.67/5 Total 15 Ratings
Developer philip.bjorkebro
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Center that Youtube!",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This will center your YouTube page",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}