Twitch Timeout Second Correction

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

What is Twitch Timeout Second Correction?

Twitch Timeout Second Correction is a Chrome extension developed by Unknown, and its main feature is "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

Extension Screenshots

screenshot

Download Twitch Timeout Second Correction Extension CRX File

Download Twitch Timeout Second Correction extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
Official URL https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
Description This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
File Size 3.46 KB
Installation Count 25
Current Version 0.0.1
Last Updated 2019-07-21
Publish Date 2019-07-20
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}