ChatReplay

Watch stream archive videos with chat replay.

Qu'est-ce que ChatReplay ?

ChatReplay est une extension Chrome développée par https://chatreplay.stream, et sa fonction principale est "Watch stream archive videos with chat replay.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension ChatReplay 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

                        Watch stream archive videos with chat replay.

Click the button below the supported video or extension icon to open ChatReplay.

Chat replays are available on selected videos of participating channels.
Full list available on the website: https://chatreplay.stream/

If you enjoy this extension, please consider donating to help cover the server costs:
https://ko-fi.com/chatreplay                    

Informations de Base sur l'Extension

Nom ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
URL Officiel https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
Description Watch stream archive videos with chat replay.
Taille du Fichier 10.56 KB
Nombre d'Installations 36,163
Version Actuelle 0.4.3
Dernière Mise à Jour 2023-02-11
Date de Publication 2021-11-04
Évaluation 4.72/5 Total 53 Évaluations
Développeur https://chatreplay.stream
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://chatreplay.stream/
URL de la Page d'Aide https://chatreplay.stream/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatReplay",
    "version": "0.4.3",
    "manifest_version": 3,
    "description": "Watch stream archive videos with chat replay.",
    "author": "Restorn",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/WindowMessenger.js",
                "js\/content.js"
            ],
            "css": [
                "js\/content.css"
            ]
        }
    ],
    "background": {
        "service_worker": "bg\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html"
    }
}