Playlist Tracker

Keep track of your YouTube playlists

Playlist Trackerคืออะไร?

Playlist Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Playlist Tracker และคุณลักษณะหลักของมันคือ "Keep track of your YouTube playlists"

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

screenshot

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

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

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

                        Do you maintain playlists on YouTube? Don't you hate it when a video is deleted or made private, and you don't even remember what it was? 

Sync your playlists with Playlist Tracker, and get notified of any changes since the last sync. Notifications will include whether or not any videos have been added, deleted, renamed, or have changed from public to private (and vice versa). 

Notes:

1. The "Playlist ID" is the part after "list=" in the URL of the playlist. For example, for "youtube.com/playlist?list=PLsUMoyJKBqcn7dk3jC3i1023Ie-BntpgF", the "Playlist ID" is "PLsUMoyJKBqcn7dk3jC3i1023Ie-BntpgF".

2. Works only with public playlists for now. Playlists don't have to be your own, they just have to be public. 

3. You may have to re-add your playlists if you clear your browser's cache.
 
4. If the extension starts behaving weirdly and you have to reset everything, click the clear-all icon on the top-right. 

Feedback welcome at [email protected]

______

CHANGELOG

______

What's new in Version 4.2?

1. Option to sync playlists automatically on Chrome startup.

______

What's new in Version 4.1?

1. Can sync multiple playlists at once now.
2. Notifications now have the playlist name in the title.

Shoutout to Grzegorz Ryznar for suggesting these! 🙌

______

What's new in Version 4.0?

1. (Housekeeping) Remove activeTab permission since it's not needed.

______

What's new in Version 3.0?

1. Fixed invalid playlist ID bug - will no longer add a badly-formatted entry in case of an invalid playlist.

2. Can specify either the playlist ID or the playlist URL now.

3. (Housekeeping) Manifest version upgrade.

______

What's new in Version 2.0?

Mainly two things:

1. Support for tracking a much higher number of songs.

2. Separate notifications for songs added, deleted, renamed or made private. 

______                    

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

ชื่อ Playlist Tracker Playlist Tracker
ID ipaglkhilnecolcaadnimchpeghmcdap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/playlist-tracker/ipaglkhilnecolcaadnimchpeghmcdap
คำอธิบาย Keep track of your YouTube playlists
ขนาดไฟล์ 2.94 MB
จำนวนการติดตั้ง 123
เวอร์ชันปัจจุบัน 4.2
อัปเดตครั้งล่าสุด 2024-01-14
วันที่เผยแพร่ 2020-03-10
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Playlist Tracker
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Playlist Tracker",
    "version": "4.2",
    "description": "Keep track of your YouTube playlists",
    "permissions": [
        "declarativeContent",
        "storage",
        "notifications",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 3
}