designer Tube
This makes your youtube look different, maybe in a good way, maybe not.
O que é designer Tube?
designer Tube é uma extensão do Chrome desenvolvida por martin.skovrup, e sua principal característica é "This makes your youtube look different, maybe in a good way, maybe not.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão designer Tube
Baixe arquivos de extensão designer Tube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | abdeakojnmdoeegikanjgodmcfgdhocg |
URL Oficial | https://chrome.google.com/webstore/detail/designer-tube/abdeakojnmdoeegikanjgodmcfgdhocg |
Descrição | This makes your youtube look different, maybe in a good way, maybe not. |
Tamanho do Arquivo | 10.32 KB |
Contagem de Instalações | 62 |
Versão Atual | 0.2.6 |
Última Atualização | 2017-01-07 |
Data de Publicação | 2017-01-07 |
Classificação | 2.50/5 Total de 2 Avaliações |
Desenvolvedor | martin.skovrup |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } ] } |