YouTube Playlist Duration

View the duration of YouTube playlists

Co je YouTube Playlist Duration?

YouTube Playlist Duration je rozšíření Chrome vyvinuté Sridhama Prakhya, a jeho hlavní funkcí je „View the duration of YouTube playlists“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Playlist Duration

Stáhněte si soubory rozšíření YouTube Playlist Duration ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název YouTube Playlist Duration YouTube Playlist Duration
ID ijppgifnllaehojnpbphigenojfjnhml
Oficiální URL https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml
Popis View the duration of YouTube playlists
Velikost souboru 19.32 KB
Počet instalací 10,000
Aktuální Verze 3.1.6
Poslední Aktualizace 2021-03-14
Datum Vydání 2020-06-21
Hodnocení 3.33/5 Celkem 111 Hodnocení
Vývojář Sridhama Prakhya
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/sridhama/youtube-playlist-duration
Podporované Jazyky 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"
}