Twitch Timeout Second Correction

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

Was ist Twitch Timeout Second Correction?

Twitch Timeout Second Correction ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

Erweiterungsscreenshots

screenshot

Twitch Timeout Second Correction-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitch Timeout Second Correction-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
Offizielle URL https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
Beschreibung This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
Dateigröße 3.46 KB
Installationsanzahl 25
Aktuelle Version 0.0.1
Letztes Update 2019-07-21
Veröffentlichungsdatum 2019-07-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}