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 |
Eメール | [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" } } |