Stream2Youtube

You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk

Stream2Youtube là gì?

Stream2Youtube là một tiện ích mở rộng Chrome được phát triển bởi fienestar, và tính năng chính của nó là "You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stream2Youtube

Tải xuống các tệp mở rộng Stream2Youtube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stream2Youtube Stream2Youtube
ID cpmonfmjbdijmpckpgeikmaddegojepf
URL Chính Thức https://chromewebstore.google.com/detail/stream2youtube/cpmonfmjbdijmpckpgeikmaddegojepf
Mô tả You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk
Kích Thước Tệp 29.18 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-12-20
Ngày Phát Hành 2023-02-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển fienestar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}