YouTube Playlist Duration
View the duration of YouTube playlists
Qu'est-ce que YouTube Playlist Duration ?
YouTube Playlist Duration est une extension Chrome développée par Sridhama Prakhya, et sa fonction principale est "View the duration of YouTube playlists".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Playlist Duration
Téléchargez les fichiers d'extension YouTube Playlist Duration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
URL Officiel | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Description | View the duration of YouTube playlists |
Taille du Fichier | 19.32 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 3.1.6 |
Dernière Mise à Jour | 2021-03-14 |
Date de Publication | 2020-06-21 |
Évaluation | 3.33/5 Total 111 Évaluations |
Développeur | Sridhama Prakhya |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/sridhama/youtube-playlist-duration |
Langues Prises en Charge | 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" } |