HLS Downloader Pro

Preview and Download HLS so easy~

What is HLS Downloader Pro?

HLS Downloader Pro is a Chrome extension developed by 947936711, and its main feature is "Preview and Download HLS so easy~".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HLS Downloader Pro Extension CRX File

Download HLS Downloader Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Preview and Download HLS so easy~
1. First open the extension;
2. Play hls content on web pages;
3. The relevant HLS content will be displayed in the plugin list;
4. Select the plugin list content to play and confirm if download is necessary~

If you know the clear HLS address, you can directly paste it into the plugin input box and add it to the list. Follow the steps above.                    

Extension Basic Information

Name HLS Downloader Pro HLS Downloader Pro
ID mdfhlmcipgjjilidofjpkookbfiakfdj
Official URL https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj
Description Preview and Download HLS so easy~
File Size 311 KB
Installation Count 665
Current Version 1.2
Last Updated 2023-09-05
Publish Date 2023-05-19
Rating 3.00/5 Total 1 Ratings
Developer 947936711
Email [email protected]
Payment Type free
Help Page URL https://xyccstudio.cn/books/hlsdownloader/
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/hls.png",
        "48": "assets\/hls.png",
        "128": "assets\/hls.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_actionDesc__"
    },
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}