Center Youtube
Centers the new Youtube layout.
Cos'è Center Youtube?
Center Youtube è un'estensione di Chrome sviluppata da wrasidlo, e la sua funzione principale è "Centers the new Youtube layout.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Center Youtube
Scarica i file di estensione Center Youtube 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
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.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jepijedophiopanflknonobnmlmkmled |
URL Ufficiale | https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled |
Descrizione | Centers the new Youtube layout. |
Dimensione del File | 3.13 KB |
Conteggio Installazioni | 473 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2014-01-15 |
Data di Pubblicazione | 2014-01-15 |
Valutazione | 3.56/5 Totale 27 Valutazioni |
Sviluppatore | wrasidlo |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |