Youtube Playlist Analyser
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
Cos'è Youtube Playlist Analyser?
Youtube Playlist Analyser è un'estensione di Chrome sviluppata da issac abraham, e la sua funzione principale è "YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube Playlist Analyser
Scarica i file di estensione Youtube Playlist Analyser 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
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.
Informazioni di Base sull'Estensione
Nome | Youtube Playlist Analyser |
ID | nocbnhlddghmkcagbnhpegjghahnjgnb |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb |
Descrizione | YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds… |
Dimensione del File | 194 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-08-08 |
Data di Pubblicazione | 2021-08-07 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | issac abraham |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |