Twitch Timeout Second Correction
This extension fixes the twitch chat status text from "
Qu'est-ce que Twitch Timeout Second Correction ?
Twitch Timeout Second Correction est une extension Chrome développée par Unknown, et sa fonction principale est "This extension fixes the twitch chat status text from "
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Timeout Second Correction
Téléchargez les fichiers d'extension Twitch Timeout Second Correction au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch Timeout Second Correction |
ID | degkhmoajnelfpefjjoajdphdbijjabd |
URL Officiel | https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd |
Description | This extension fixes the twitch chat status text from " |
Taille du Fichier | 3.46 KB |
Nombre d'Installations | 25 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2019-07-21 |
Date de Publication | 2019-07-20 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |