YouTube Playlist Duration
View the duration of YouTube playlists
Wat is YouTube Playlist Duration?
YouTube Playlist Duration is een Chrome-extensie ontwikkeld door Sridhama Prakhya, en de belangrijkste functie is "View the duration of YouTube playlists".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Playlist Duration
Download YouTube Playlist Duration-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
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
Basisinformatie over de Extensie
Naam | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
Officiële URL | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Beschrijving | View the duration of YouTube playlists |
Bestandsgrootte | 19.32 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 3.1.6 |
Laatst Bijgewerkt | 2021-03-14 |
Publicatiedatum | 2020-06-21 |
Beoordeling | 3.33/5 Totaal 111 Beoordelingen |
Ontwikkelaar | Sridhama Prakhya |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/sridhama/youtube-playlist-duration |
Ondersteunde Talen | 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" } |