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”。
擴展截圖
下載Twitch Theater Mode for YouTube擴展crx文件
下載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... 😓) 擴展基本資訊
| 名稱 | |
| ID | emkgicniaaleakbicedgkimdegnjgbkd |
| 官方網址 | 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"
]
}
]
} | |