WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TrackMyCourse: YouTube Playlist Progress Tracker

TrackMyCourse: YouTube Playlist Progress Tracker

View on Chrome Web Store
View TrackMyCourse: YouTube Playlist Progress Tracker Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (17 ratings)
3 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Turn YouTube playlists into courses. Track with checkmarks, progress bar, total and watched duration, and completion percentage.
Type
Extension
Users
616 users
21
Alok Kumar
View author page of Alok Kumar
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 2, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on September 16, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TrackMyCourse: YouTube Playlist Progress Tracker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TrackMyCourse: YouTube Playlist Progress Tracker",
    "version": "1.1.0",
    "description": "Turn YouTube playlists into courses. Track with checkmarks, progress bar, total and watched duration, and completion percentage.",
    "icons": {
        "16": "icons\/logo_16.png",
        "24": "icons\/logo_24.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "src\/background\/background.js"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "icons\/logo_16.png",
            "24": "icons\/logo_24.png",
            "32": "icons\/logo_32.png",
            "48": "icons\/logo_48.png",
            "128": "icons\/logo_128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "src\/content\/toast.js",
                "src\/content\/content_script.js"
            ],
            "css": [
                "src\/styles\/toast.css",
                "src\/styles\/checkbox.css",
                "src\/styles\/playlistPage.css",
                "src\/styles\/playlistWatchPage.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top