Center Youtube

Centers the new Youtube layout.

Wat is Center Youtube?

Center Youtube is een Chrome-extensie ontwikkeld door wrasidlo, en de belangrijkste functie is "Centers the new Youtube layout.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Center Youtube

Download Center Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

Basisinformatie over de Extensie

Naam Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
Officiële URL https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
Beschrijving Centers the new Youtube layout.
Bestandsgrootte 3.13 KB
Aantal Installaties 473
Huidige Versie 0.9
Laatst Bijgewerkt 2014-01-15
Publicatiedatum 2014-01-15
Beoordeling 3.56/5 Totaal 27 Beoordelingen
Ontwikkelaar wrasidlo
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}