ChatReplay

Watch stream archive videos with chat replay.

Co je ChatReplay?

ChatReplay je rozšíření Chrome vyvinuté https://chatreplay.stream, a jeho hlavní funkcí je „Watch stream archive videos with chat replay.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ChatReplay

Stáhněte si soubory rozšíření ChatReplay ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
Oficiální URL https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
Popis Watch stream archive videos with chat replay.
Velikost souboru 10.56 KB
Počet instalací 36,163
Aktuální Verze 0.4.3
Poslední Aktualizace 2023-02-11
Datum Vydání 2021-11-04
Hodnocení 4.72/5 Celkem 53 Hodnocení
Vývojář https://chatreplay.stream
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://chatreplay.stream/
URL Stránky Nápovědy https://chatreplay.stream/
Podporované Jazyky 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"
    }
}