Hudl Playlist Downloader

Downloads video files from a Hudl playlist

Что такое Hudl Playlist Downloader?

Hudl Playlist Downloader - это расширение Chrome, разработанное laurentchicoine, и его основная функция - "Downloads video files from a Hudl playlist".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hudl Playlist Downloader

Скачайте файлы расширений Hudl Playlist Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Hudl Playlist Downloader Hudl Playlist Downloader
ID kcblfjdklbbjchiopmdfpnfllkjmdila
Официальный URL https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila
Описание Downloads video files from a Hudl playlist
Размер файла 417 KB
Количество установок 5,892
Текущая Версия 0.0.1.0
Последнее Обновление 2021-12-30
Дата публикации 2018-09-30
Рейтинг 4.10/5 Всего 10 оценок
Разработчик laurentchicoine
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}