ChatReplay
Watch stream archive videos with chat replay.
ChatReplay क्या है?
ChatReplay https://chatreplay.stream द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch stream archive videos with chat replay."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatReplay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |