HLS Downloader

HTTP Live Streams sniffer and downloader.

What is HLS Downloader?

HLS Downloader is a Chrome extension developed by https://m3u8.dev, and its main feature is "HTTP Live Streams sniffer and downloader.".

Extension Screenshots

screenshot
screenshot

Download HLS Downloader Extension CRX File

Download HLS Downloader 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

                        Easy to use, simplified, automatic sniffing m3u8 video, hurry up to experience it!                    

Extension Basic Information

Name HLS Downloader HLS Downloader
ID akchjcffcpnpjjjmdhmplbbiaaafdplm
Official URL https://chromewebstore.google.com/detail/hls-downloader/akchjcffcpnpjjjmdhmplbbiaaafdplm
Description HTTP Live Streams sniffer and downloader.
File Size 362 KB
Installation Count 2,000
Current Version 0.1.6.1
Last Updated 2023-10-18
Publish Date 2023-09-20
Rating 4.33/5 Total 6 Ratings
Developer https://m3u8.dev
Email [email protected]
Payment Type free
Privacy Policy Page URL https://code4you.dev/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HLS Downloader",
    "description": "HTTP Live Streams sniffer and downloader.",
    "version": "0.1.6.1",
    "icons": {
        "19": "icon\/19.png",
        "32": "icon\/32.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    }
}