Youtube Playlist Analyser
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…
Co to jest Youtube Playlist Analyser?
Youtube Playlist Analyser to rozszerzenie Chrome opracowane przez issac abraham, a jego główną funkcją jest „YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Youtube Playlist Analyser
Pobierz pliki rozszerzeń Youtube Playlist Analyser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds of your choice.
Podstawowe informacje o rozszerzeniu
Nazwa | Youtube Playlist Analyser |
ID | nocbnhlddghmkcagbnhpegjghahnjgnb |
Oficjalny URL | https://chromewebstore.google.com/detail/youtube-playlist-analyser/nocbnhlddghmkcagbnhpegjghahnjgnb |
Opis | YouTube Playlist Analyzer This extension will get and display the duration of YouTube playlist (max length 500) at multiple speeds… |
Rozmiar pliku | 194 KB |
Liczba instalacji | 81 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-08-08 |
Data Publikacji | 2021-08-07 |
Ocena | 3.00/5 Łącznie 1 Oceny |
Deweloper | issac abraham |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |