Twitch Timeout Second Correction

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

Apa itu Twitch Timeout Second Correction?

Twitch Timeout Second Correction adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Timeout Second Correction

Unduh file ekstensi Twitch Timeout Second Correction dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
URL Resmi https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
Deskripsi This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
Ukuran File 3.46 KB
Jumlah Instalasi 25
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-07-21
Tanggal Publikasi 2019-07-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}