Youtube Playlist Analyser
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
O que é Youtube Playlist Analyser?
Youtube Playlist Analyser é uma extensão do Chrome desenvolvida por issac abraham, e sua principal característica é "YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Playlist Analyser
Baixe arquivos de extensão Youtube Playlist Analyser 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
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.
Informações Básicas da Extensão
Nome | Youtube Playlist Analyser |
ID | nocbnhlddghmkcagbnhpegjghahnjgnb |
URL Oficial | https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb |
Descrição | YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds… |
Tamanho do Arquivo | 194 KB |
Contagem de Instalações | 81 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-08-08 |
Data de Publicação | 2021-08-07 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | issac abraham |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Playlist Analyser", "version": "1.0.0", "web_accessible_resources": [ { "resources": [ "js\/script.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "js\/Content.js" ], "run_at": "document_start" } ], "icons": { "16": "assets\/16x16.png", "48": "assets\/48x48.png", "128": "assets\/128x128.png" } } |