Hudl Playlist Downloader

Downloads video files from a Hudl playlist

Vad är Hudl Playlist Downloader?

Hudl Playlist Downloader är en Chrome-tillägg utvecklad av laurentchicoine, och dess huvudfunktion är "Downloads video files from a Hudl playlist".

Tilläggsskärmbilder

screenshot

Ladda ner Hudl Playlist Downloader-förlängningens CRX-fil

Ladda ner Hudl Playlist Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hudl Playlist Downloader Hudl Playlist Downloader
ID kcblfjdklbbjchiopmdfpnfllkjmdila
Officiell webbadress https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila
Beskrivning Downloads video files from a Hudl playlist
Filstorlek 417 KB
Antal Installationer 5,892
Aktuell Version 0.0.1.0
Senast Uppdaterad 2021-12-30
Publiceringsdatum 2018-09-30
Betyg 4.10/5 Totalt 10 Betyg
Utvecklare laurentchicoine
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}