Hudl Playlist Downloader

Downloads video files from a Hudl playlist

Qu'est-ce que Hudl Playlist Downloader ?

Hudl Playlist Downloader est une extension Chrome développée par laurentchicoine, et sa fonction principale est "Downloads video files from a Hudl playlist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hudl Playlist Downloader

Téléchargez les fichiers d'extension Hudl Playlist Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Hudl Playlist Downloader Hudl Playlist Downloader
ID kcblfjdklbbjchiopmdfpnfllkjmdila
URL Officiel https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila
Description Downloads video files from a Hudl playlist
Taille du Fichier 417 KB
Nombre d'Installations 5,892
Version Actuelle 0.0.1.0
Dernière Mise à Jour 2021-12-30
Date de Publication 2018-09-30
Évaluation 4.10/5 Total 10 Évaluations
Développeur laurentchicoine
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}