BetterTheatre

With this extension you can enjoy a full size theatre mode on youtube.

O que é BetterTheatre?

BetterTheatre é uma extensão do Chrome desenvolvida por Paolo Basso, e sua principal característica é "With this extension you can enjoy a full size theatre mode on youtube.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BetterTheatre

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

                        With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.                    

Informações Básicas da Extensão

Nome BetterTheatre BetterTheatre
ID bbncinkmcfkhjbnebkbhoefiecdenmkh
URL Oficial https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh
Descrição With this extension you can enjoy a full size theatre mode on youtube.
Tamanho do Arquivo 18.82 KB
Contagem de Instalações 797
Versão Atual 1.11.0
Última Atualização 2023-09-05
Data de Publicação 2018-10-14
Classificação 4.55/5 Total de 33 Avaliações
Desenvolvedor Paolo Basso
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/paolobasso99/BetterTheatre/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterTheatre",
    "description": "With this extension you can enjoy a full size theatre mode on youtube.",
    "version": "1.11.0",
    "author": "Paolo Basso",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/BetterTheatre.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/BT_icon16.png",
        "48": "assets\/BT_icon48.png",
        "128": "assets\/BT_icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/BetterTheatre.css"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ]
        }
    ]
}