Centralizer

Return YouTube back to centre of your browser window

Qu'est-ce que Centralizer ?

Centralizer est une extension Chrome développée par Unknown, et sa fonction principale est "Return YouTube back to centre of your browser window".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Centralizer

Téléchargez les fichiers d'extension Centralizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Centralizer Centralizer
ID cehclcpdcdlhpcjcocnjkpegfgnokdhj
URL Officiel https://chromewebstore.google.com/detail/centralizer/cehclcpdcdlhpcjcocnjkpegfgnokdhj
Description Return YouTube back to centre of your browser window
Taille du Fichier 45.7 KB
Nombre d'Installations 13
Version Actuelle 0.2
Dernière Mise à Jour 2012-12-07
Date de Publication 2012-12-07
Évaluation 4.00/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}