Twitch Timeout Second Correction
This extension fixes the twitch chat status text from "
Wat is Twitch Timeout Second Correction?
Twitch Timeout Second Correction is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This extension fixes the twitch chat status text from "
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Timeout Second Correction
Download Twitch Timeout Second Correction-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitch Timeout Second Correction |
ID | degkhmoajnelfpefjjoajdphdbijjabd |
Officiële URL | https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd |
Beschrijving | This extension fixes the twitch chat status text from " |
Bestandsgrootte | 3.46 KB |
Aantal Installaties | 25 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-07-21 |
Publicatiedatum | 2019-07-20 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |