YouTube Playlist Duration

View the duration of YouTube playlists

¿Qué es YouTube Playlist Duration?

YouTube Playlist Duration es una extensión de Chrome desarrollada por Sridhama Prakhya, y su función principal es "View the duration of YouTube playlists".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión YouTube Playlist Duration

Descarga archivos de extensión YouTube Playlist Duration en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre YouTube Playlist Duration YouTube Playlist Duration
ID ijppgifnllaehojnpbphigenojfjnhml
URL Oficial https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml
Descripción View the duration of YouTube playlists
Tamaño del Archivo 19.32 KB
Cantidad de Instalaciones 10,000
Versión Actual 3.1.6
Última Actualización 2021-03-14
Fecha de Publicación 2020-06-21
Calificación 3.33/5 Total de 111 Calificaciones
Desarrollador Sridhama Prakhya
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/sridhama/youtube-playlist-duration
Idiomas Soportados 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"
}