Stream2Youtube

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

Vad är Stream2Youtube?

Stream2Youtube är en Chrome-tillägg utvecklad av fienestar, och dess huvudfunktion är "You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Stream2Youtube-förlängningens CRX-fil

Ladda ner Stream2Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Stream2Youtube Stream2Youtube
ID cpmonfmjbdijmpckpgeikmaddegojepf
Officiell webbadress https://chromewebstore.google.com/detail/stream2youtube/cpmonfmjbdijmpckpgeikmaddegojepf
Beskrivning You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk
Filstorlek 29.18 KB
Antal Installationer 93
Aktuell Version 0.3
Senast Uppdaterad 2023-12-20
Publiceringsdatum 2023-02-25
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare fienestar
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}