White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

O que é White Youtube Theater?

White Youtube Theater é uma extensão do Chrome desenvolvida por Matty, e sua principal característica é "Simply turns the ugly black theater background on youtube videos into a white one.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão White Youtube Theater

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

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

Informações Básicas da Extensão

Nome White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
URL Oficial https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Descrição Simply turns the ugly black theater background on youtube videos into a white one.
Tamanho do Arquivo 11.65 KB
Contagem de Instalações 29
Versão Atual 0.0.2
Última Atualização 2017-08-12
Data de Publicação 2017-08-11
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Matty
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}