YouTube Playlist Duration
View the duration of YouTube playlists
What is YouTube Playlist Duration?
YouTube Playlist Duration is a Chrome extension developed by Sridhama Prakhya, and its main feature is "View the duration of YouTube playlists".
Extension Screenshots
Download YouTube Playlist Duration Extension CRX File
Download YouTube Playlist Duration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
Official URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Description | View the duration of YouTube playlists |
File Size | 19.32 KB |
Installation Count | 10,000 |
Current Version | 3.1.6 |
Last Updated | 2021-03-14 |
Publish Date | 2020-06-21 |
Rating | 3.33/5 Total 111 Ratings |
Developer | Sridhama Prakhya |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sridhama/youtube-playlist-duration |
Supported Languages | 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" } |