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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}