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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Splinterman และคุณลักษณะหลักของมันคือ "Changes YouTube theater mode to resemble Twitch theater mode when chat is enabled"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Theater Mode for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Theater Mode for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}