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... 😓)
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |