YouTube Playlist Duration
View the duration of YouTube playlists
Cos'è YouTube Playlist Duration?
YouTube Playlist Duration è un'estensione di Chrome sviluppata da Sridhama Prakhya, e la sua funzione principale è "View the duration of YouTube playlists".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Playlist Duration
Scarica i file di estensione YouTube Playlist Duration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Descrizione | View the duration of YouTube playlists |
Dimensione del File | 19.32 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 3.1.6 |
Ultimo Aggiornamento | 2021-03-14 |
Data di Pubblicazione | 2020-06-21 |
Valutazione | 3.33/5 Totale 111 Valutazioni |
Sviluppatore | Sridhama Prakhya |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sridhama/youtube-playlist-duration |
Lingue Supportate | 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" } |