ChatReplay

Watch stream archive videos with chat replay.

什麼是ChatReplay?

ChatReplay是由https://chatreplay.stream開發的Chrome擴展程式,該擴展的主要功能是“Watch stream archive videos with chat replay.”。

擴展截圖

screenshot
screenshot

下載ChatReplay擴展crx文件

下載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
官方網址 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"
    }
}