Twitch Chat Reader
Handles Automatically Reading Twitch Chat
¿Qué es Twitch Chat Reader?
Twitch Chat Reader es una extensión de Chrome desarrollada por fuccaro.ost, y su función principal es "Handles Automatically Reading Twitch Chat".
Descargar Archivo CRX de la Extensión Twitch Chat Reader
Descarga archivos de extensión Twitch Chat Reader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | kajlflbjoafhflgfbpldefdnbhlfdion |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion |
Descripción | Handles Automatically Reading Twitch Chat |
Tamaño del Archivo | 56.57 KB |
Cantidad de Instalaciones | 200 |
Versión Actual | 0.0.4 |
Última Actualización | 2016-05-27 |
Fecha de Publicación | 2016-05-27 |
Calificación | 4.14/5 Total de 7 Calificaciones |
Desarrollador | fuccaro.ost |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |