Center that Youtube!
This will center your YouTube page
Cos'è Center that Youtube!?
Center that Youtube! è un'estensione di Chrome sviluppata da philip.bjorkebro, e la sua funzione principale è "This will center your YouTube page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Center that Youtube!
Scarica i file di estensione Center that 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
This will center your Youtube website.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fcapbmkcbgmkafafecgbmbjlcmbomkki |
URL Ufficiale | https://chrome.google.com/webstore/detail/center-that-youtube/fcapbmkcbgmkafafecgbmbjlcmbomkki |
Descrizione | This will center your YouTube page |
Dimensione del File | 2.74 KB |
Conteggio Installazioni | 88 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2012-12-07 |
Data di Pubblicazione | 2012-12-07 |
Valutazione | 3.67/5 Totale 15 Valutazioni |
Sviluppatore | philip.bjorkebro |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Center that Youtube!", "version": "1.0", "manifest_version": 2, "description": "This will center your YouTube page", "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*" ], "css": [ "youtube.css" ] } ] } |