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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ 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"
    }
}