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”。
扩展截图
下载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 |
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" } } |