Twitch Timeout Second Correction

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

ما هو Twitch Timeout Second Correction؟

Twitch Timeout Second Correction هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitch Timeout Second Correction

قم بتنزيل ملفات الامتداد Twitch Timeout Second Correction بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Twitch Timeout Second Correction Twitch Timeout Second Correction
ID degkhmoajnelfpefjjoajdphdbijjabd
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-timeout-second-cor/degkhmoajnelfpefjjoajdphdbijjabd
الوصف This extension fixes the twitch chat status text from " timed out for 1 seconds." to the correct phrase of "
حجم الملف 3.46 KB
عدد التثبيتات 25
النسخة الحالية 0.0.1
آخر تحديث 2019-07-21
تاريخ النشر 2019-07-20
تقييم 5.00/5 مجموع تقييمات 1
المطور Unknown
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}