Centralizer

Return YouTube back to centre of your browser window

Cos'è Centralizer?

Centralizer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Return YouTube back to centre of your browser window".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Centralizer

Scarica i file di estensione Centralizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Centralizer Centralizer
ID cehclcpdcdlhpcjcocnjkpegfgnokdhj
URL Ufficiale https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj
Descrizione Return YouTube back to centre of your browser window
Dimensione del File 45.7 KB
Conteggio Installazioni 13
Versione Corrente 0.2
Ultimo Aggiornamento 2012-12-07
Data di Pubblicazione 2012-12-07
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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
}