Hudl Playlist Downloader

Downloads video files from a Hudl playlist

Was ist Hudl Playlist Downloader?

Hudl Playlist Downloader ist eine Chrome-Erweiterung, die von laurentchicoine entwickelt wurde, und ihr Hauptmerkmal ist "Downloads video files from a Hudl playlist".

Erweiterungsscreenshots

screenshot

Hudl Playlist Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hudl Playlist Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hudl Playlist Downloader Hudl Playlist Downloader
ID kcblfjdklbbjchiopmdfpnfllkjmdila
Offizielle URL https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila
Beschreibung Downloads video files from a Hudl playlist
Dateigröße 417 KB
Installationsanzahl 5,892
Aktuelle Version 0.0.1.0
Letztes Update 2021-12-30
Veröffentlichungsdatum 2018-09-30
Bewertung 4.10/5 Insgesamt 10 Bewertungen
Entwickler laurentchicoine
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}