Twitch Theater Mode for YouTube

Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled

O que é Twitch Theater Mode for YouTube?

Twitch Theater Mode for YouTube é uma extensão do Chrome desenvolvida por Splinterman, e sua principal característica é "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Theater Mode for YouTube

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

                        TTM expands the main video view and moves the chat box to the right hand side. Additionally, all other on-screen elements get hidden. All changes revert upon leaving theater mode.

8/22/2023 Note: YT seems to be updating their webplayer multiple times over the last few days and breaking the extension as a result. For now the plan is to react whenever I can until YT stabilizes.

v4.02 Changes: hide/show chat option added
v4.00 Updated June 2023! 🥳🎉 (pre-v4.00 Updated June 2020... 😓)                    

Informações Básicas da Extensão

Nome Twitch Theater Mode for YouTube Twitch Theater Mode for YouTube
ID emkgicniaaleakbicedgkimdegnjgbkd
URL Oficial https://chromewebstore.google.com/detail/twitch-theater-mode-for-y/emkgicniaaleakbicedgkimdegnjgbkd
Descrição Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled
Tamanho do Arquivo 5.65 MB
Contagem de Instalações 11,069
Versão Atual 4.07
Última Atualização 2023-08-27
Data de Publicação 2020-06-30
Classificação 4.47/5 Total de 112 Avaliações
Desenvolvedor Splinterman
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Theater Mode for YouTube",
    "description": "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled",
    "version": "4.07",
    "author": "Splinterman",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "ttm.js"
            ]
        }
    ]
}