Twitch Clip Timer

Allows for easy Twitch clip timing courtesy of VidTimer.

ما هو Twitch Clip Timer؟

Twitch Clip Timer هو إضافة Chrome تم تطويرها بواسطة https://vidtimer.com، والميزة الرئيسية لها هي "Allows for easy Twitch clip timing courtesy of VidTimer.".

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

screenshot

تحميل ملف CRX للإضافة Twitch Clip Timer

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

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

                        With this extension enabled, simply navigate to or create a Twitch clip and click the green "Time Clip" button. Another tab will open containing the timer web app VidTimer, which you can use to time the clip.

Icon by Lukasz Adam.                    

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

الاسم Twitch Clip Timer Twitch Clip Timer
ID fdlhmdcegamkfdokpcbhcaeefihnpaeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-clip-timer/fdlhmdcegamkfdokpcbhcaeefihnpaeg
الوصف Allows for easy Twitch clip timing courtesy of VidTimer.
حجم الملف 110 KB
عدد التثبيتات 111
النسخة الحالية 1.0.2
آخر تحديث 2022-06-07
تاريخ النشر 2021-10-30
تقييم 5.00/5 مجموع تقييمات 1
المطور https://vidtimer.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Clip Timer",
    "description": "Allows for easy Twitch clip timing courtesy of VidTimer.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "jquery-1.12.3.js",
                "content-script.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}