Centralizer

Return YouTube back to centre of your browser window

What is Centralizer?

Centralizer is a Chrome extension developed by Unknown, and its main feature is "Return YouTube back to centre of your browser window".

Extension Screenshots

screenshot

Download Centralizer Extension CRX File

Download Centralizer 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 little quickly built tool puts YouTube content back into the center of your desktop browser (or close enough) .                    

Extension Basic Information

Name Centralizer Centralizer
ID cehclcpdcdlhpcjcocnjkpegfgnokdhj
Official URL https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj
Description Return YouTube back to centre of your browser window
File Size 45.7 KB
Installation Count 13
Current Version 0.2
Last Updated 2012-12-07
Publish Date 2012-12-07
Rating 4.00/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/centralizer.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/underscore.js",
                "js\/centralizerContentScript.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Return YouTube back to centre of your browser window",
    "icons": {
        "128": "icons\/centralizer-128.png",
        "32": "icons\/centralizer-32.png",
        "48": "icons\/centralizer-48.png"
    },
    "name": "Centralizer",
    "version": "0.2",
    "manifest_version": 2
}