Twitch Chat Replay
Replays Twitch chat for the anime marathons.
Twitch Chat Replay क्या है?
Twitch Chat Replay Abyss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replays Twitch chat for the anime marathons."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twitch Chat Replay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features include: Support for Crunchyroll marathon. Support for RWBY marathon. Support for multiple showings. Dark mode. VLC automatic syncing. For much more information see the website, or check out the source on github. https://www.TwitchChatReplay.com https://github.com/ahabyss/TwitchChatReplay NOTE: This extension is in beta, some anime are still unavailable.
एक्सटेंशन की मूल जानकारी
नाम | Twitch Chat Replay |
ID | kckepnldahdjnfmlpalbgjekincelkkk |
आधिकारिक URL | https://chromewebstore.google.com/detail/twitch-chat-replay/kckepnldahdjnfmlpalbgjekincelkkk |
विवरण | Replays Twitch chat for the anime marathons. |
फ़ाइल का आकार | 57.45 MB |
स्थापना संख्या | 866 |
वर्तमान संस्करण | 0.9.6 Beta |
अंतिम अपडेट | 2019-03-08 |
प्रकाशन तिथि | 2019-03-08 |
रेटिंग | 4.57/5 कुल 7 रेटिंग्स |
डेवलपर | Abyss |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.twitchchatreplay.com |
सहायता पृष्ठ URL | https://www.reddit.com/r/TwitchChatReplay/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Chat Replay", "short_name": "TCR", "description": "Replays Twitch chat for the anime marathons.", "version": "0.9.6", "version_name": "0.9.6 Beta", "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Twitch Chat Replay", "default_popup": "browseraction\/popup.html", "default_icon": { "16": "assets\/images\/TCRIcon16.png", "19": "assets\/images\/TCRIcon19.png", "20": "assets\/images\/TCRIcon20.png", "32": "assets\/images\/TCRIcon32.png", "38": "assets\/images\/TCRIcon38.png", "40": "assets\/images\/TCRIcon40.png", "48": "assets\/images\/TCRIcon48.png", "64": "assets\/images\/TCRIcon64.png", "128": "assets\/images\/TCRIcon128.png" } }, "options_ui": { "chrome_style": false, "open_in_tab": false, "page": "options\/options.html" }, "icons": { "16": "assets\/images\/TCRIcon16.png", "32": "assets\/images\/TCRIcon32.png", "48": "assets\/images\/TCRIcon48.png", "64": "assets\/images\/TCRIcon64.png", "128": "assets\/images\/TCRIcon128.png" }, "permissions": [ "storage", "notifications", "http:\/\/127.0.0.1:8080\/requests\/*" ], "web_accessible_resources": [ "data\/*.json" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |