Better YouTube on Small Screens
by VittGam
Cos'è Better YouTube on Small Screens?
Better YouTube on Small Screens è un'estensione di Chrome sviluppata da VittGam.net, e la sua funzione principale è "by VittGam".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better YouTube on Small Screens
Scarica i file di estensione Better YouTube on Small Screens 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 extension tries to restore the style of the old (2013) YouTube style, which is better for small (1024x768, and also smaller 16:9 netbook) screens than the new (2014) one. (Also, the old style looks way better than the new one IMHO.)
Informazioni di Base sull'Estensione
Nome | Better YouTube on Small Screens |
ID | icpgpoiikflpniipkfjfnjgajbggmhma |
URL Ufficiale | https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma |
Descrizione | by VittGam |
Dimensione del File | 3.79 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2014-11-30 |
Data di Pubblicazione | 2014-11-30 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | VittGam.net |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better YouTube on Small Screens", "version": "1.1", "description": "by VittGam", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.youtube.com\/embed\/*" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |