Bigger Theater Mode

Increases the size of YouTube's Theater mode.

O que é Bigger Theater Mode?

Bigger Theater Mode é uma extensão do Chrome desenvolvida por https://ggg.contact, e sua principal característica é "Increases the size of YouTube's Theater mode.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Bigger Theater Mode

Baixe arquivos de extensão Bigger Theater Mode 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

                        Do you want YouTube™ videos to show up bigger, but still be able to see other useful information on your desktop? Are you tired of how useless Theater Mode currently is? Do you want to focus on the video your currently watching instead of being distracted by what's "recommended?"

Then, you should try this extension! With this small CSS tweak, your videos will be larger and easier to view in the browser. 

Happy viewing!                    

Informações Básicas da Extensão

Nome Bigger Theater Mode Bigger Theater Mode
ID ihlcabcdmmeaglhbhlldnibjjpbddfgi
URL Oficial https://chromewebstore.google.com/detail/bigger-theater-mode/ihlcabcdmmeaglhbhlldnibjjpbddfgi
Descrição Increases the size of YouTube's Theater mode.
Tamanho do Arquivo 16.14 KB
Contagem de Instalações 885
Versão Atual 0.0.0.8
Última Atualização 2024-03-01
Data de Publicação 2019-11-07
Classificação 4.30/5 Total de 40 Avaliações
Desenvolvedor https://ggg.contact
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bigger Theater Mode",
    "version": "0.0.0.8",
    "description": "Increases the size of YouTube's Theater mode.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "BiggerTheaterMode.css"
            ]
        }
    ],
    "manifest_version": 3
}