Twitch Chat Reader
Handles Automatically Reading Twitch Chat
Qu'est-ce que Twitch Chat Reader ?
Twitch Chat Reader est une extension Chrome développée par fuccaro.ost, et sa fonction principale est "Handles Automatically Reading Twitch Chat".
Télécharger le fichier CRX de l'extension Twitch Chat Reader
Téléchargez les fichiers d'extension Twitch Chat Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | kajlflbjoafhflgfbpldefdnbhlfdion |
URL Officiel | https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion |
Description | Handles Automatically Reading Twitch Chat |
Taille du Fichier | 56.57 KB |
Nombre d'Installations | 200 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2016-05-27 |
Date de Publication | 2016-05-27 |
Évaluation | 4.14/5 Total 7 Évaluations |
Développeur | fuccaro.ost |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |