WebExtension.net
Toggle dark mode
WebExtension.net

HLS Downloader

View on Chrome Web Store
View HLS Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (8 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

HTTP Live Streams sniffer and downloader.
Type
Extension
Users
7,000 users
1K
HelloWorld
View author page of HelloWorld
Published
Published on September 20, 2023
Version 0.1.6.2
Manifest version
3
Updated
Updated on May 21, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View HLS Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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.2",
    "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": [
        "<all_urls>"
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top