Twitch Legacy Chat
Restores Legacy Chat
O que é Twitch Legacy Chat?
Twitch Legacy Chat é uma extensão do Chrome desenvolvida por cool boy alfie, e sua principal característica é "Restores Legacy Chat".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Legacy Chat
Baixe arquivos de extensão Twitch Legacy Chat 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
Restores Twitch legacy chat with iFrames because Twitch new site is real weird monkaS
Informações Básicas da Extensão
Nome | Twitch Legacy Chat |
ID | nonbdfmekapigdafeajhmhbkbnfibfhg |
URL Oficial | https://chromewebstore.google.com/detail/twitch-legacy-chat/nonbdfmekapigdafeajhmhbkbnfibfhg |
Descrição | Restores Legacy Chat |
Tamanho do Arquivo | 98.06 KB |
Contagem de Instalações | 6,272 |
Versão Atual | 2.1.1 |
Última Atualização | 2018-03-04 |
Data de Publicação | 2018-03-04 |
Classificação | 4.60/5 Total de 58 Avaliações |
Desenvolvedor | cool boy alfie |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Legacy Chat", "version": "2.1.1", "description": "Restores Legacy Chat", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-2.2.4.min.js", "content.js" ] } ] } |