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"
    }
}