Hudl Playlist Downloader
Downloads video files from a Hudl playlist
Wat is Hudl Playlist Downloader?
Hudl Playlist Downloader is een Chrome-extensie ontwikkeld door laurentchicoine, en de belangrijkste functie is "Downloads video files from a Hudl playlist".
Extensie Screenshots
Download het CRX-bestand van de extensie Hudl Playlist Downloader
Download Hudl Playlist Downloader-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
Unofficial Hudl plugin that allows you to download Hudl video playlists as ZIP files in the best video quality available. Simply select one or many playlists in your Hudl Library and start downloading. *This extension is only for the American Football version of the Hudl Library.
Basisinformatie over de Extensie
Naam | Hudl Playlist Downloader |
ID | kcblfjdklbbjchiopmdfpnfllkjmdila |
Officiële URL | https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila |
Beschrijving | Downloads video files from a Hudl playlist |
Bestandsgrootte | 417 KB |
Aantal Installaties | 5,892 |
Huidige Versie | 0.0.1.0 |
Laatst Bijgewerkt | 2021-12-30 |
Publicatiedatum | 2018-09-30 |
Beoordeling | 4.10/5 Totaal 10 Beoordelingen |
Ontwikkelaar | laurentchicoine |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hudl Playlist Downloader", "description": "Downloads video files from a Hudl playlist", "version": "0.0.1.0", "browser_action": { "default_icon": "icon-disabled.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "*:\/\/*.hudl.com\/library\/*", "downloads", "unlimitedStorage" ], "background": { "scripts": [ "background.js", "js\/zip.js", "js\/zip-fs.js", "js\/zip-ext.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |