Stream2Youtube
You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk
Stream2Youtubeとは何ですか?
Stream2Youtubeはfienestarによって開発されたChromeの拡張機能で、その主な機能は「You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk」です。
拡張機能のスクリーンショット
Stream2Youtube拡張機能のCRXファイルをダウンロード
Stream2Youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
If you want to watch YouTube VODs from the time you watched the live broadcast on Twitch, try installing this feature. Note: The time difference between the Twitch broadcast time and the YouTube broadcast time must be within 30 minutes.
拡張機能の基本情報
名前 | Stream2Youtube |
ID | cpmonfmjbdijmpckpgeikmaddegojepf |
公式URL | https://chromewebstore.google.com/detail/stream2youtube/cpmonfmjbdijmpckpgeikmaddegojepf |
説明 | You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk |
ファイルサイズ | 29.18 KB |
インストール数 | 93 |
現在のバージョン | 0.3 |
最終更新日 | 2023-12-20 |
公開日 | 2023-02-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | fienestar |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stream2Youtube", "version": "0.3", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "description": "__MSG_description__", "content_scripts": [ { "js": [ "twitch.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] }, { "js": [ "youtube.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ] }, { "js": [ "chzzk.js" ], "matches": [ "https:\/\/chzzk.naver.com\/live\/*" ] } ], "default_locale": "ko" } |