ChatReplay

Watch stream archive videos with chat replay.

Apa itu ChatReplay?

ChatReplay adalah ekstensi Chrome yang dikembangkan oleh https://chatreplay.stream, dan fitur utamanya adalah "Watch stream archive videos with chat replay.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ChatReplay

Unduh file ekstensi ChatReplay dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
URL Resmi https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
Deskripsi Watch stream archive videos with chat replay.
Ukuran File 10.56 KB
Jumlah Instalasi 36,163
Versi Saat Ini 0.4.3
Terakhir Diperbarui 2023-02-11
Tanggal Publikasi 2021-11-04
Penilaian 4.72/5 Total 53 Penilaian
Pengembang https://chatreplay.stream
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chatreplay.stream/
URL Halaman Bantuan https://chatreplay.stream/
Bahasa yang Didukung 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"
    }
}