YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
What is YouTube™ Playlist Enhancer?
YouTube™ Playlist Enhancer is a Chrome extension developed by Jordy Snijders, and its main feature is "Extra features for YouTube playlists.".
Extension Screenshots
Download YouTube™ Playlist Enhancer Extension CRX File
Download YouTube™ Playlist Enhancer 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
✓ 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
Extension Basic Information
Name | |
ID | femnjomnioahiknopaimalbapbhdmnka |
Official URL | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
Description | Extra features for YouTube playlists. |
File Size | 30.67 KB |
Installation Count | 1,000 |
Current Version | 1.7.2 |
Last Updated | 2016-01-14 |
Publish Date | 2016-01-14 |
Rating | 3.52/5 Total 21 Ratings |
Developer | Jordy Snijders |
Payment Type | free |
Supported Languages | 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 } |