YouTube Playlist Duration
View the duration of YouTube playlists
O que é YouTube Playlist Duration?
YouTube Playlist Duration é uma extensão do Chrome desenvolvida por Sridhama Prakhya, e sua principal característica é "View the duration of YouTube playlists".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Playlist Duration
Baixe arquivos de extensão YouTube Playlist Duration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | YouTube Playlist Duration |
ID | ijppgifnllaehojnpbphigenojfjnhml |
URL Oficial | https://chromewebstore.google.com/detail/youtube-playlist-duration/ijppgifnllaehojnpbphigenojfjnhml |
Descrição | View the duration of YouTube playlists |
Tamanho do Arquivo | 19.32 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 3.1.6 |
Última Atualização | 2021-03-14 |
Data de Publicação | 2020-06-21 |
Classificação | 3.33/5 Total de 111 Avaliações |
Desenvolvedor | Sridhama Prakhya |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/sridhama/youtube-playlist-duration |
Idiomas Suportados | 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" } |