Twitch Timeout Second Correction
This extension fixes the twitch chat status text from "
O que é Twitch Timeout Second Correction?
Twitch Timeout Second Correction é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This extension fixes the twitch chat status text from "
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Timeout Second Correction
Baixe arquivos de extensão Twitch Timeout Second Correction 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
This extension fixes the twitch chat status text from "timed out for 1 seconds." to the correct phrase of " timed out for 1 second." :P
Informações Básicas da Extensão
Nome | Twitch Timeout Second Correction |
ID | degkhmoajnelfpefjjoajdphdbijjabd |
URL Oficial | https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd |
Descrição | This extension fixes the twitch chat status text from " |
Tamanho do Arquivo | 3.46 KB |
Contagem de Instalações | 25 |
Versão Atual | 0.0.1 |
Última Atualização | 2019-07-21 |
Data de Publicação | 2019-07-20 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Timeout Second Correction", "version": "0.0.1", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ] } |