Twitch Chat Reader
Handles Automatically Reading Twitch Chat
What is Twitch Chat Reader?
Twitch Chat Reader is a Chrome extension developed by fuccaro.ost, and its main feature is "Handles Automatically Reading Twitch Chat".
Download Twitch Chat Reader Extension CRX File
Download Twitch Chat Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Twitch Chat Reader (Alpha) Want to have twitch chat read for you? Want to experience the cancerous effects of chat without having to stop fapping? this is the extension for you! Beware, this is an early Alpha, please direct all feature requests to the git
Extension Basic Information
Name | |
ID | kajlflbjoafhflgfbpldefdnbhlfdion |
Official URL | https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion |
Description | Handles Automatically Reading Twitch Chat |
File Size | 56.57 KB |
Installation Count | 200 |
Current Version | 0.0.4 |
Last Updated | 2016-05-27 |
Publish Date | 2016-05-27 |
Rating | 4.14/5 Total 7 Ratings |
Developer | fuccaro.ost |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Chat Reader", "version": "0.0.4", "manifest_version": 2, "description": "Handles Automatically Reading Twitch Chat", "homepage_url": "http:\/\/www.reddit.com\/u\/anarcie", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.jpg", "128": "icons\/icon128.jpg" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Twitch Chat Reader", "default_popup": "src\/popup.html" }, "permissions": [ "https:\/\/www.twitch.tv\/*", "http:\/\/www.twitch.tv\/*", "tabs", "webNavigation", "storage" ] } |