Hudl Playlist Downloader
Downloads video files from a Hudl playlist
What is Hudl Playlist Downloader?
Hudl Playlist Downloader is a Chrome extension developed by laurentchicoine, and its main feature is "Downloads video files from a Hudl playlist".
Extension Screenshots
Download Hudl Playlist Downloader Extension CRX File
Download Hudl Playlist Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hudl Playlist Downloader |
ID | kcblfjdklbbjchiopmdfpnfllkjmdila |
Official URL | https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila |
Description | Downloads video files from a Hudl playlist |
File Size | 417 KB |
Installation Count | 5,892 |
Current Version | 0.0.1.0 |
Last Updated | 2021-12-30 |
Publish Date | 2018-09-30 |
Rating | 4.10/5 Total 10 Ratings |
Developer | laurentchicoine |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |