ChatReplay
Watch stream archive videos with chat replay.
Что такое ChatReplay?
ChatReplay - это расширение Chrome, разработанное https://chatreplay.stream, и его основная функция - "Watch stream archive videos with chat replay.".
Снимки экрана расширения
Скачать файл 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 |
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" } } |