designer Tube
This makes your youtube look different, maybe in a good way, maybe not.
Cos'è designer Tube?
designer Tube è un'estensione di Chrome sviluppata da martin.skovrup, e la sua funzione principale è "This makes your youtube look different, maybe in a good way, maybe not.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione designer Tube
Scarica i file di estensione designer Tube 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 is a work in progress. It changes the way your youtube looks, so its more of a dark version of the normal youtube. I chose not to change layout of youtube, so it's still as simple, and userfriendly as before, but it a version i feel like is better for the eyes. If you find bugs, or just have any suggestions, please let me know, and i will take a look at it, as fast as possible.
Informazioni di Base sull'Estensione
Nome | |
ID | abdeakojnmdoeegikanjgodmcfgdhocg |
URL Ufficiale | https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg |
Descrizione | This makes your youtube look different, maybe in a good way, maybe not. |
Dimensione del File | 10.32 KB |
Conteggio Installazioni | 62 |
Versione Corrente | 0.2.6 |
Ultimo Aggiornamento | 2017-01-07 |
Data di Pubblicazione | 2017-01-07 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | martin.skovrup |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "designer Tube", "version": "0.2.6", "description": "This makes your youtube look different, maybe in a good way, maybe not.", "icons": { "50": "prettytube.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |