Stream2Youtube

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

Stream2Youtube क्या है?

Stream2Youtube fienestar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stream2Youtube एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
}