Center Youtube

Centers the new Youtube layout.

O que é Center Youtube?

Center Youtube é uma extensão do Chrome desenvolvida por wrasidlo, e sua principal característica é "Centers the new Youtube layout.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Center Youtube

Baixe arquivos de extensão Center Youtube 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

                        Centers the new Youtube layout, and sets the maximum width to 1152px to accommodate the home page, channel pages, and video pages.

To do list:

- Eliminate the extra whitespace Youtube puts to the left of video pages.
- Allow users to set a custom page width.                    

Informações Básicas da Extensão

Nome Center Youtube Center Youtube
ID jepijedophiopanflknonobnmlmkmled
URL Oficial https://chrome.google.com/webstore/detail/center-youtube/jepijedophiopanflknonobnmlmkmled
Descrição Centers the new Youtube layout.
Tamanho do Arquivo 3.13 KB
Contagem de Instalações 473
Versão Atual 0.9
Última Atualização 2014-01-15
Data de Publicação 2014-01-15
Classificação 3.56/5 Total de 27 Avaliações
Desenvolvedor wrasidlo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Center Youtube",
    "description": "Centers the new Youtube layout.",
    "version": "0.9",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}