Twitch Theater Mode for YouTube

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

Hvad er Twitch Theater Mode for YouTube?

Twitch Theater Mode for YouTube er en Chrome-udvidelse udviklet af Splinterman, og dens hovedfunktion er "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Twitch Theater Mode for YouTube-udvidelses-CRX-fil

Download Twitch Theater Mode for YouTube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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... 😓)                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Theater Mode for YouTube Twitch Theater Mode for YouTube
ID emkgicniaaleakbicedgkimdegnjgbkd
Officiel URL https://chromewebstore.google.com/detail/twitch-theater-mode-for-y/emkgicniaaleakbicedgkimdegnjgbkd
Beskrivelse Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled
Filstørrelse 5.65 MB
Antal Installationer 11,069
Nuværende Version 4.07
Senest Opdateret 2023-08-27
Udgivelsesdato 2020-06-30
Bedømmelse 4.47/5 Samlet 112 Bedømmelser
Udvikler Splinterman
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}