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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |