Twitch Timeout Second Correction

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

Hvad er Twitch Timeout Second Correction?

Twitch Timeout Second Correction er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

Udvidelsesskærmbilleder

screenshot

Download Twitch Timeout Second Correction-udvidelses-CRX-fil

Download Twitch Timeout Second Correction-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
Officiel URL https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
Beskrivelse This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
Filstørrelse 3.46 KB
Antal Installationer 25
Nuværende Version 0.0.1
Senest Opdateret 2019-07-21
Udgivelsesdato 2019-07-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}