Twitch Live Clock

The clock of the time when the past broadcasts on Twitch was live-streamed

ما هو Twitch Live Clock؟

Twitch Live Clock هو إضافة Chrome تم تطويرها بواسطة YaaMaa، والميزة الرئيسية لها هي "The clock of the time when the past broadcasts on Twitch was live-streamed".

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

screenshot

تحميل ملف CRX للإضافة Twitch Live Clock

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

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

                        This extension displays the time when the past broadcasts on Twitch was actually being live-streamed.

It uses the browser’s time zone, not the streamer’s time zone.                    

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

الاسم Twitch Live Clock Twitch Live Clock
ID ieglaglfpddaaibpbafbbbikjpdkhgfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi
الوصف The clock of the time when the past broadcasts on Twitch was live-streamed
حجم الملف 16.11 KB
عدد التثبيتات 2,000
النسخة الحالية 1.0.1
آخر تحديث 2022-05-17
تاريخ النشر 2022-02-14
تقييم 5.00/5 مجموع تقييمات 6
المطور YaaMaa
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "icons": {
        "16": "\/images\/icon128.png",
        "32": "\/images\/icon128.png",
        "48": "\/images\/icon128.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}