Twitch Theater Mode for YouTube
Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled
Co to jest Twitch Theater Mode for YouTube?
Twitch Theater Mode for YouTube to rozszerzenie Chrome opracowane przez Splinterman, a jego główną funkcją jest „Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Theater Mode for YouTube
Pobierz pliki rozszerzeń Twitch Theater Mode for YouTube w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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... 😓)
Podstawowe informacje o rozszerzeniu
Nazwa | Twitch Theater Mode for YouTube |
ID | emkgicniaaleakbicedgkimdegnjgbkd |
Oficjalny URL | https://chromewebstore.google.com/detail/twitch-theater-mode-for-y/emkgicniaaleakbicedgkimdegnjgbkd |
Opis | Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled |
Rozmiar pliku | 5.65 MB |
Liczba instalacji | 11,069 |
Aktualna Wersja | 4.07 |
Ostatnia Aktualizacja | 2023-08-27 |
Data Publikacji | 2020-06-30 |
Ocena | 4.47/5 Łącznie 112 Oceny |
Deweloper | Splinterman |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |