ChatReplay

Watch stream archive videos with chat replay.

ما هو ChatReplay؟

ChatReplay هو إضافة Chrome تم تطويرها بواسطة https://chatreplay.stream، والميزة الرئيسية لها هي "Watch stream archive videos with chat replay.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ChatReplay

قم بتنزيل ملفات الامتداد ChatReplay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
الوصف Watch stream archive videos with chat replay.
حجم الملف 10.56 KB
عدد التثبيتات 36,163
النسخة الحالية 0.4.3
آخر تحديث 2023-02-11
تاريخ النشر 2021-11-04
تقييم 4.72/5 مجموع تقييمات 53
المطور https://chatreplay.stream
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chatreplay.stream/
عنوان صفحة المساعدة https://chatreplay.stream/
اللغات المدعومة 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"
    }
}