Twitch Timeout Second Correction
This extension fixes the twitch chat status text from "
Vad är Twitch Timeout Second Correction?
Twitch Timeout Second Correction är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension fixes the twitch chat status text from "
Tilläggsskärmbilder
Ladda ner Twitch Timeout Second Correction-förlängningens CRX-fil
Ladda ner Twitch Timeout Second Correction-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Twitch Timeout Second Correction |
ID | degkhmoajnelfpefjjoajdphdbijjabd |
Officiell webbadress | https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd |
Beskrivning | This extension fixes the twitch chat status text from " |
Filstorlek | 3.46 KB |
Antal Installationer | 25 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2019-07-21 |
Publiceringsdatum | 2019-07-20 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |