Youtube Playlist Analyser
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
Co je Youtube Playlist Analyser?
Youtube Playlist Analyser je rozšíření Chrome vyvinuté issac abraham, a jeho hlavní funkcí je „YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Playlist Analyser
Stáhněte si soubory rozšíření Youtube Playlist Analyser ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.
Základní Informace o Rozšíření
Název | Youtube Playlist Analyser |
ID | nocbnhlddghmkcagbnhpegjghahnjgnb |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb |
Popis | YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds… |
Velikost souboru | 194 KB |
Počet instalací | 81 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2021-08-08 |
Datum Vydání | 2021-08-07 |
Hodnocení | 3.00/5 Celkem 1 Hodnocení |
Vývojář | issac abraham |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |