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”。

擴展截圖

screenshot
screenshot

下載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 Stream2Youtube
ID cpmonfmjbdijmpckpgeikmaddegojepf
官方網址 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"
}