ChatReplay
Watch stream archive videos with chat replay.
ChatReplayとは何ですか?
ChatReplayはhttps://chatreplay.streamによって開発されたChromeの拡張機能で、その主な機能は「Watch stream archive videos with chat replay.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |