YouTube Playlist Duration

View the duration of YouTube playlists

ما هو YouTube Playlist Duration؟

YouTube Playlist Duration هو إضافة Chrome تم تطويرها بواسطة Sridhama Prakhya، والميزة الرئيسية لها هي "View the duration of YouTube playlists".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة YouTube Playlist Duration

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

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

                        This extension unobtrusively displays the total duration of YouTube playlists. YouTube Playlist Duration is great for easily viewing the duration of playlists for online courses, music albums, podcasts, and more!

Known issues:
1. Occasionally, the page must be refreshed for the duration counter to update.
2. Try restarting Chrome if the extension doesn't load.
3. Extension may not work due to pre-installed ad-blockers. 
4. Click on duration box if it doesn't disappear.



Source code:
https://github.com/sridhama/youtube-playlist-duration                    

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

الاسم YouTube Playlist Duration YouTube Playlist Duration
ID ijppgifnllaehojnpbphigenojfjnhml
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml
الوصف View the duration of YouTube playlists
حجم الملف 19.32 KB
عدد التثبيتات 10,000
النسخة الحالية 3.1.6
آخر تحديث 2021-03-14
تاريخ النشر 2020-06-21
تقييم 3.33/5 مجموع تقييمات 111
المطور Sridhama Prakhya
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/sridhama/youtube-playlist-duration
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/playlist?list=*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "View the duration of YouTube playlists",
    "homepage_url": "https:\/\/github.com\/sridhama\/youtube-playlist-duration",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "YouTube Playlist Duration",
    "version": "3.1.6"
}