Youtube SpeedWatch

This extension shows the duration of a video on YouTube based on the playback speed.

ما هو Youtube SpeedWatch؟

Youtube SpeedWatch هو إضافة Chrome تم تطويرها بواسطة Grzojda، والميزة الرئيسية لها هي "This extension shows the duration of a video on YouTube based on the playback speed.".

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

screenshot

تحميل ملف CRX للإضافة Youtube SpeedWatch

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

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

                        YouTube SpeedWatch is a handy extension that allows you to see the actual duration of a video on YouTube, taking into account the playback speed. Whether you're watching at 2x speed or any other speed, this extension provides an accurate display of the video length, giving you complete control over your viewing experience. Say goodbye to the guesswork and uncertainty of video duration when using different playback speeds. Install YouTube SpeedWatch today and enhance your video-watching experience on YouTube!                    

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

الاسم Youtube SpeedWatch Youtube SpeedWatch
ID fcefkpniflbaghkiodhhcfhfdagkmpcm
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-speedwatch/fcefkpniflbaghkiodhhcfhfdagkmpcm
الوصف This extension shows the duration of a video on YouTube based on the playback speed.
حجم الملف 19.13 KB
عدد التثبيتات 76
النسخة الحالية 1.3
آخر تحديث 2024-02-04
تاريخ النشر 2024-01-30
المطور Grzojda
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube SpeedWatch",
    "description": "This extension shows the duration of a video on YouTube based on the playback speed.",
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}