Better YouTube Theatre Mode

Improves YouTube's theatre mode by making use of all of the available height

O que é Better YouTube Theatre Mode?

Better YouTube Theatre Mode é uma extensão do Chrome desenvolvida por SimenMH, e sua principal característica é "Improves YouTube's theatre mode by making use of all of the available height".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Better YouTube Theatre Mode

Baixe arquivos de extensão Better YouTube Theatre 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

                        How it works:
-Adds a very simple change that forces theatre mode to expand vertically

Enjoy a better viewing experience.


Source: https://github.com/SimenMH/better-youtube-theatre-mode                    

Informações Básicas da Extensão

Nome Better YouTube Theatre Mode Better YouTube Theatre Mode
ID ffloofbaleegoikgiicbdchcnkdamkbn
URL Oficial https://chromewebstore.google.com/detail/better-youtube-theatre-mo/ffloofbaleegoikgiicbdchcnkdamkbn
Descrição Improves YouTube's theatre mode by making use of all of the available height
Tamanho do Arquivo 5.31 KB
Contagem de Instalações 844
Versão Atual 1.0.6
Última Atualização 2023-11-09
Data de Publicação 2022-05-11
Classificação 4.53/5 Total de 15 Avaliações
Desenvolvedor SimenMH
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/SimenMH/better-youtube-theatre-mode
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better YouTube Theatre Mode",
    "version": "1.0.6",
    "description": "Improves YouTube's theatre mode by making use of all of the available height",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "byttm.css"
            ],
            "run_at": "document_end"
        }
    ]
}