Stream2Youtube

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

Qu'est-ce que Stream2Youtube ?

Stream2Youtube est une extension Chrome développée par fienestar, et sa fonction principale est "You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stream2Youtube

Téléchargez les fichiers d'extension Stream2Youtube au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stream2Youtube Stream2Youtube
ID cpmonfmjbdijmpckpgeikmaddegojepf
URL Officiel https://chromewebstore.google.com/detail/stream2youtube/cpmonfmjbdijmpckpgeikmaddegojepf
Description You can watch a streamer's YouTube live replay from the last point you watched live on Twitch or Chzzk
Taille du Fichier 29.18 KB
Nombre d'Installations 93
Version Actuelle 0.3
Dernière Mise à Jour 2023-12-20
Date de Publication 2023-02-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur fienestar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}