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. 扩展基本信息
| 名称 | |
| 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"
} | |