Twitch Timeout Second Correction

Twitch Timeout Second Correction

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

Merlin
Additional files are visible only to premium users

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"
      ]
    }
  ]
}