Twitch Chat Reader
Handles Automatically Reading Twitch Chat
Cos'è Twitch Chat Reader?
Twitch Chat Reader è un'estensione di Chrome sviluppata da fuccaro.ost, e la sua funzione principale è "Handles Automatically Reading Twitch Chat".
Scarica il file CRX dell'estensione Twitch Chat Reader
Scarica i file di estensione Twitch Chat Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | kajlflbjoafhflgfbpldefdnbhlfdion |
URL Ufficiale | https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion |
Descrizione | Handles Automatically Reading Twitch Chat |
Dimensione del File | 56.57 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2016-05-27 |
Data di Pubblicazione | 2016-05-27 |
Valutazione | 4.14/5 Totale 7 Valutazioni |
Sviluppatore | fuccaro.ost |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |