Better YouTube on Small Screens

by VittGam

O que é Better YouTube on Small Screens?

Better YouTube on Small Screens é uma extensão do Chrome desenvolvida por VittGam.net, e sua principal característica é "by VittGam".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Better YouTube on Small Screens

Baixe arquivos de extensão Better YouTube on Small Screens 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 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.)                    

Informações Básicas da Extensão

Nome Better YouTube on Small Screens Better YouTube on Small Screens
ID icpgpoiikflpniipkfjfnjgajbggmhma
URL Oficial https://chromewebstore.google.com/detail/better-youtube-on-small-s/icpgpoiikflpniipkfjfnjgajbggmhma
Descrição by VittGam
Tamanho do Arquivo 3.79 KB
Contagem de Instalações 12
Versão Atual 1.1
Última Atualização 2014-11-30
Data de Publicação 2014-11-30
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor VittGam.net
Tipo de Pagamento free
Idiomas Suportados 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
}