Hudl Playlist Downloader

Downloads video files from a Hudl playlist

Hudl Playlist Downloader là gì?

Hudl Playlist Downloader là một tiện ích mở rộng Chrome được phát triển bởi laurentchicoine, và tính năng chính của nó là "Downloads video files from a Hudl playlist".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hudl Playlist Downloader

Tải xuống các tệp mở rộng Hudl Playlist Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hudl Playlist Downloader Hudl Playlist Downloader
ID kcblfjdklbbjchiopmdfpnfllkjmdila
URL Chính Thức https://chromewebstore.google.com/detail/hudl-playlist-downloader/kcblfjdklbbjchiopmdfpnfllkjmdila
Mô tả Downloads video files from a Hudl playlist
Kích Thước Tệp 417 KB
Số Lần Cài Đặt 5,892
Phiên Bản Hiện Tại 0.0.1.0
Cập Nhật Lần Cuối 2021-12-30
Ngày Phát Hành 2018-09-30
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển laurentchicoine
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}