Centralizer

Return YouTube back to centre of your browser window

Vad är Centralizer?

Centralizer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Return YouTube back to centre of your browser window".

Tilläggsskärmbilder

screenshot

Ladda ner Centralizer-förlängningens CRX-fil

Ladda ner Centralizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This little quickly built tool puts YouTube content back into the center of your desktop browser (or close enough) .                    

Grundläggande Information om Tillägg

Namn Centralizer Centralizer
ID cehclcpdcdlhpcjcocnjkpegfgnokdhj
Officiell webbadress https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj
Beskrivning Return YouTube back to centre of your browser window
Filstorlek 45.7 KB
Antal Installationer 13
Aktuell Version 0.2
Senast Uppdaterad 2012-12-07
Publiceringsdatum 2012-12-07
Betyg 4.00/5 Totalt 5 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}