ChatReplay
Watch stream archive videos with chat replay.
Wat is ChatReplay?
ChatReplay is een Chrome-extensie ontwikkeld door https://chatreplay.stream, en de belangrijkste functie is "Watch stream archive videos with chat replay.".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatReplay
Download ChatReplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ChatReplay |
ID | fonfeflegdnbhkfefemcgbdokiinjilg |
Officiële URL | https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg |
Beschrijving | Watch stream archive videos with chat replay. |
Bestandsgrootte | 10.56 KB |
Aantal Installaties | 36,163 |
Huidige Versie | 0.4.3 |
Laatst Bijgewerkt | 2023-02-11 |
Publicatiedatum | 2021-11-04 |
Beoordeling | 4.72/5 Totaal 53 Beoordelingen |
Ontwikkelaar | https://chatreplay.stream |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chatreplay.stream/ |
Help Pagina-URL | https://chatreplay.stream/ |
Ondersteunde Talen | 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" } } |