ChatReplay

Watch stream archive videos with chat replay.

O que é ChatReplay?

ChatReplay é uma extensão do Chrome desenvolvida por https://chatreplay.stream, e sua principal característica é "Watch stream archive videos with chat replay.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatReplay

Baixe arquivos de extensão ChatReplay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
URL Oficial https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
Descrição Watch stream archive videos with chat replay.
Tamanho do Arquivo 10.56 KB
Contagem de Instalações 36,163
Versão Atual 0.4.3
Última Atualização 2023-02-11
Data de Publicação 2021-11-04
Classificação 4.72/5 Total de 53 Avaliações
Desenvolvedor https://chatreplay.stream
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://chatreplay.stream/
URL da Página de Ajuda https://chatreplay.stream/
Idiomas Suportados 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"
    }
}