Playback Time Calculator | YouTube, Udemy

Calculate time by playback speed of video and playlist.

ما هو Playback Time Calculator | YouTube, Udemy؟

Playback Time Calculator | YouTube, Udemy هو إضافة Chrome تم تطويرها بواسطة heesangbb، والميزة الرئيسية لها هي "Calculate time by playback speed of video and playlist.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Playback Time Calculator | YouTube, Udemy

قم بتنزيل ملفات الامتداد Playback Time Calculator | YouTube, Udemy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension displays time by playback speed of videos and playlists.

Features:
Displays the time by playback speed of video.
Displays the total playing time of the playlist(by playback speed).

How to use:
⏱: Time is displayed by playback speed when you mouse over it.

Caution:
If there are more than 100 videos in the playlist, scroll down and it will be counted again when loading is complete. - youtube                    

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

الاسم Playback Time Calculator | YouTube, Udemy Playback Time Calculator | YouTube, Udemy
ID kgjhahmomjhljmdaifmfepffdeldmpmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/playback-time-calculator/kgjhahmomjhljmdaifmfepffdeldmpmg
الوصف Calculate time by playback speed of video and playlist.
حجم الملف 13.22 KB
عدد التثبيتات 138
النسخة الحالية 1.0.1
آخر تحديث 2022-08-26
تاريخ النشر 2022-08-01
تقييم 5.00/5 مجموع تقييمات 2
المطور heesangbb
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/heesangbb/playback-time-calculator-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playback Time Calculator | YouTube, Udemy",
    "description": "Calculate time by playback speed of video and playlist.",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.udemy.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "\/assets\/icon_128.png"
    }
}