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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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/
도움말 페이지 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"
    }
}