Chat To Speech
Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!
Chat To Speech क्या है?
Chat To Speech KatDawg7 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chat To Speech एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
If I actually cared, this is where I would write a detailed description. xD Bush did 9/11
एक्सटेंशन की मूल जानकारी
नाम | Chat To Speech |
ID | dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/chat-to-speech/dlbjnaaaglcanpjnhbpckkgbgfiepkdk |
विवरण | Reads Twitch chat using text-to-speech, so streamers can focus on gameplay! |
फ़ाइल का आकार | 235 KB |
स्थापना संख्या | 122 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2016-09-28 |
प्रकाशन तिथि | 2016-09-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | KatDawg7 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/KatDawg7/ChatToSpeech |
सहायता पृष्ठ URL | https://github.com/KatDawg7/ChatToSpeech/issues/1 |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chat To Speech", "short_name": "CTS", "description": "Reads Twitch chat using text-to-speech, so streamers can focus on gameplay!", "version": "0.1.0", "manifest_version": 2, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "scripts\/chatToSpeech.js" ], "matches": [ "*:\/\/*.twitch.tv\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "*:\/\/*.twitch.tv\/*\/chat" ] } |