Hudl Playlist Downloader

Downloads video files from a Hudl playlist

Hvad er Hudl Playlist Downloader?

Hudl Playlist Downloader er en Chrome-udvidelse udviklet af laurentchicoine, og dens hovedfunktion er "Downloads video files from a Hudl playlist".

Udvidelsesskærmbilleder

screenshot

Download Hudl Playlist Downloader-udvidelses-CRX-fil

Download Hudl Playlist Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Hudl Playlist Downloader Hudl Playlist Downloader
ID kcblfjdklbbjchiopmdfpnfllkjmdila
Officiel URL https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila
Beskrivelse Downloads video files from a Hudl playlist
Filstørrelse 417 KB
Antal Installationer 5,892
Nuværende Version 0.0.1.0
Senest Opdateret 2021-12-30
Udgivelsesdato 2018-09-30
Bedømmelse 4.10/5 Samlet 10 Bedømmelser
Udvikler laurentchicoine
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}