Twitch Chat Reader
Handles Automatically Reading Twitch Chat
O que é Twitch Chat Reader?
Twitch Chat Reader é uma extensão do Chrome desenvolvida por fuccaro.ost, e sua principal característica é "Handles Automatically Reading Twitch Chat".
Baixar o arquivo CRX da Extensão Twitch Chat Reader
Baixe arquivos de extensão Twitch Chat Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | kajlflbjoafhflgfbpldefdnbhlfdion |
URL Oficial | https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion |
Descrição | Handles Automatically Reading Twitch Chat |
Tamanho do Arquivo | 56.57 KB |
Contagem de Instalações | 200 |
Versão Atual | 0.0.4 |
Última Atualização | 2016-05-27 |
Data de Publicação | 2016-05-27 |
Classificação | 4.14/5 Total de 7 Avaliações |
Desenvolvedor | fuccaro.ost |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |