Stream2Youtube

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

Stream2Youtubeคืออะไร?

Stream2Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fienestar และคุณลักษณะหลักของมันคือ "You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stream2Youtube

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}