YouTube™ Playlist Enhancer
Extra features for YouTube playlists.
Wat is YouTube™ Playlist Enhancer?
YouTube™ Playlist Enhancer is een Chrome-extensie ontwikkeld door Jordy Snijders, en de belangrijkste functie is "Extra features for YouTube playlists.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube™ Playlist Enhancer
Download YouTube™ Playlist Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
✓ 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
Basisinformatie over de Extensie
Naam | |
ID | femnjomnioahiknopaimalbapbhdmnka |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-playlist-enhancer/femnjomnioahiknopaimalbapbhdmnka |
Beschrijving | Extra features for YouTube playlists. |
Bestandsgrootte | 30.67 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.7.2 |
Laatst Bijgewerkt | 2016-01-14 |
Publicatiedatum | 2016-01-14 |
Beoordeling | 3.52/5 Totaal 21 Beoordelingen |
Ontwikkelaar | Jordy Snijders |
Betalingswijze | free |
Ondersteunde Talen | 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 } |