YouTube™ Playlist Enhancer

Extra features for YouTube playlists.

YouTube™ Playlist Enhancerคืออะไร?

YouTube™ Playlist Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jordy Snijders และคุณลักษณะหลักของมันคือ "Extra features for YouTube playlists."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Playlist Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ Playlist Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ✓ Simple digit notation of a playlist's total duration.
✓ Human readable notation of a playlist's total duration.
✓ Projected time and date for when you will have finished watching an entire playlist.
✓ Support for playlists of unlimited size.

Source code: https://github.com/jsnijders/youtube-playlist-enhancer                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube™ Playlist Enhancer YouTube™ Playlist Enhancer
ID femnjomnioahiknopaimalbapbhdmnka
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka
คำอธิบาย Extra features for YouTube playlists.
ขนาดไฟล์ 30.67 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.7.2
อัปเดตครั้งล่าสุด 2016-01-14
วันที่เผยแพร่ 2016-01-14
คะแนน 3.52/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Jordy Snijders
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Playlist Enhancer",
    "short_name": "YouTube PLE",
    "description": "Extra features for YouTube playlists.",
    "version": "1.7.2",
    "author": "Jordy Snijders",
    "homepage_url": "https:\/\/github.com\/jsnijders\/youtube-playlist-enhancer",
    "permissions": [
        "storage",
        "*:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube-playlist-enhancer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2
}