ChatReplay
Watch stream archive videos with chat replay.
Cos'è ChatReplay?
ChatReplay è un'estensione di Chrome sviluppata da https://chatreplay.stream, e la sua funzione principale è "Watch stream archive videos with chat replay.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatReplay
Scarica i file di estensione ChatReplay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | ChatReplay |
ID | fonfeflegdnbhkfefemcgbdokiinjilg |
URL Ufficiale | https://chromewebstore.google.com/detail/chatreplay/fonfeflegdnbhkfefemcgbdokiinjilg |
Descrizione | Watch stream archive videos with chat replay. |
Dimensione del File | 10.56 KB |
Conteggio Installazioni | 36,163 |
Versione Corrente | 0.4.3 |
Ultimo Aggiornamento | 2023-02-11 |
Data di Pubblicazione | 2021-11-04 |
Valutazione | 4.72/5 Totale 53 Valutazioni |
Sviluppatore | https://chatreplay.stream |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://chatreplay.stream/ |
URL della Pagina di Aiuto | https://chatreplay.stream/ |
Lingue Supportate | 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" } } |