YouTube Playlist Duration

View the duration of YouTube playlists

Was ist YouTube Playlist Duration?

YouTube Playlist Duration ist eine Chrome-Erweiterung, die von Sridhama Prakhya entwickelt wurde, und ihr Hauptmerkmal ist "View the duration of YouTube playlists".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Playlist Duration-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Playlist Duration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name YouTube Playlist Duration YouTube Playlist Duration
ID ijppgifnllaehojnpbphigenojfjnhml
Offizielle URL https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml
Beschreibung View the duration of YouTube playlists
Dateigröße 19.32 KB
Installationsanzahl 10,000
Aktuelle Version 3.1.6
Letztes Update 2021-03-14
Veröffentlichungsdatum 2020-06-21
Bewertung 3.33/5 Insgesamt 111 Bewertungen
Entwickler Sridhama Prakhya
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/sridhama/youtube-playlist-duration
Unterstützte Sprachen 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"
}