ChatReplay

Watch stream archive videos with chat replay.

What is ChatReplay?

ChatReplay is a Chrome extension developed by https://chatreplay.stream, and its main feature is "Watch stream archive videos with chat replay.".

Extension Screenshots

screenshot
screenshot

Download ChatReplay Extension CRX File

Download ChatReplay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
Official URL https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
Description Watch stream archive videos with chat replay.
File Size 10.56 KB
Installation Count 36,163
Current Version 0.4.3
Last Updated 2023-02-11
Publish Date 2021-11-04
Rating 4.72/5 Total 53 Ratings
Developer https://chatreplay.stream
Email [email protected]
Payment Type free
Extension Website https://chatreplay.stream/
Help Page URL https://chatreplay.stream/
Supported Languages 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"
    }
}