ChatReplay

Watch stream archive videos with chat replay.

ChatReplay là gì?

ChatReplay là một tiện ích mở rộng Chrome được phát triển bởi https://chatreplay.stream, và tính năng chính của nó là "Watch stream archive videos with chat replay.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatReplay

Tải xuống các tệp mở rộng ChatReplay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatReplay ChatReplay
ID fonfeflegdnbhkfefemcgbdokiinjilg
URL Chính Thức https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg
Mô tả Watch stream archive videos with chat replay.
Kích Thước Tệp 10.56 KB
Số Lần Cài Đặt 36,163
Phiên Bản Hiện Tại 0.4.3
Cập Nhật Lần Cuối 2023-02-11
Ngày Phát Hành 2021-11-04
Đánh Giá 4.72/5 Tổng số 53 Đánh Giá
Nhà Phát Triển https://chatreplay.stream
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chatreplay.stream/
URL Trang Trợ Giúp https://chatreplay.stream/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}