Center that Youtube!

This will center your YouTube page

O que é Center that Youtube!?

Center that Youtube! é uma extensão do Chrome desenvolvida por philip.bjorkebro, e sua principal característica é "This will center your YouTube page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Center that Youtube!

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

                        This will center your Youtube website.                    

Informações Básicas da Extensão

Nome Center that Youtube! Center that Youtube!
ID fcapbmkcbgmkafafecgbmbjlcmbomkki
URL Oficial https://chrome.google.com/webstore/detail/center-that-youtube/fcapbmkcbgmkafafecgbmbjlcmbomkki
Descrição This will center your YouTube page
Tamanho do Arquivo 2.74 KB
Contagem de Instalações 88
Versão Atual 1.0
Última Atualização 2012-12-07
Data de Publicação 2012-12-07
Classificação 3.67/5 Total de 15 Avaliações
Desenvolvedor philip.bjorkebro
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Center that Youtube!",
    "version": "1.0",
    "manifest_version": 2,
    "description": "This will center your YouTube page",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ]
}