Twitch Timeout Second Correction

This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "

¿Qué es Twitch Timeout Second Correction?

Twitch Timeout Second Correction es una extensión de Chrome desarrollada por Unknown, y su función principal es "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitch Timeout Second Correction

Descarga archivos de extensión Twitch Timeout Second Correction en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
URL Oficial https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
Descripción This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
Tamaño del Archivo 3.46 KB
Cantidad de Instalaciones 25
Versión Actual 0.0.1
Última Actualización 2019-07-21
Fecha de Publicación 2019-07-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}