Twitch Theater Mode for YouTube

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

Twitch Theater Mode for YouTube란 무엇입니까?

Twitch Theater Mode for YouTube은(는) Splinterman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Twitch Theater Mode for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Twitch Theater Mode for YouTube Twitch Theater Mode for YouTube
ID emkgicniaaleakbicedgkimdegnjgbkd
공식 URL https://chromewebstore.google.com/detail/twitch-theater-mode-for-y/emkgicniaaleakbicedgkimdegnjgbkd
설명 Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled
파일 크기 5.65 MB
설치 횟수 11,069
현재 버전 4.07
최근 업데이트 2023-08-27
출시 날짜 2020-06-30
평점 4.47/5 총 112 개의 평점
개발자 Splinterman
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}