Hudl Playlist Downloader
Downloads video files from a Hudl playlist
Hudl Playlist Downloader क्या है?
Hudl Playlist Downloader laurentchicoine द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Downloads video files from a Hudl playlist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hudl Playlist Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |