Youtube Playlist Analyser
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
Wat is Youtube Playlist Analyser?
Youtube Playlist Analyser is een Chrome-extensie ontwikkeld door issac abraham, en de belangrijkste functie is "YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Playlist Analyser
Download Youtube Playlist Analyser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.
Basisinformatie over de Extensie
Naam | Youtube Playlist Analyser |
ID | nocbnhlddghmkcagbnhpegjghahnjgnb |
Officiële URL | https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb |
Beschrijving | YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds… |
Bestandsgrootte | 194 KB |
Aantal Installaties | 81 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-08-08 |
Publicatiedatum | 2021-08-07 |
Beoordeling | 3.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | issac abraham |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |