Twitch Timeout Second Correction

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

Cos'è Twitch Timeout Second Correction?

Twitch Timeout Second Correction è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Timeout Second Correction

Scarica i file di estensione Twitch Timeout Second Correction 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

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
URL Ufficiale https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
Descrizione This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
Dimensione del File 3.46 KB
Conteggio Installazioni 25
Versione Corrente 0.0.1
Ultimo Aggiornamento 2019-07-21
Data di Pubblicazione 2019-07-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}