yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
yttwthmodeとは何ですか?
yttwthmodeはmaquinasによって開発されたChromeの拡張機能で、その主な機能は「Twitch-like theater mode for Youtube livestreams and archives.」です。
拡張機能のスクリーンショット
yttwthmode拡張機能のCRXファイルをダウンロード
yttwthmode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
拡張機能の基本情報
名前 | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
公式URL | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
説明 | Twitch-like theater mode for Youtube livestreams and archives. |
ファイルサイズ | 44.22 KB |
インストール数 | 140 |
現在のバージョン | 1.3.10 |
最終更新日 | 2024-01-14 |
公開日 | 2021-03-09 |
評価 | 3.86/5 合計 7 レビュー |
開発者 | maquinas |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/maquinas07/yttwthmode |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |