Hudl Playlist Downloader

Downloads video files from a Hudl playlist

什麼是Hudl Playlist Downloader?

Hudl Playlist Downloader是由laurentchicoine開發的Chrome擴展程式,該擴展的主要功能是“Downloads video files from a Hudl playlist”。

擴展截圖

screenshot

下載Hudl Playlist Downloader擴展crx文件

下載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
官方網址 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"
    }
}