HLS Downloader

HTTP Live Streams sniffer and downloader.

Wat is HLS Downloader?

HLS Downloader is een Chrome-extensie ontwikkeld door https://m3u8.dev, en de belangrijkste functie is "HTTP Live Streams sniffer and downloader.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HLS Downloader

Download HLS Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam HLS Downloader HLS Downloader
ID akchjcffcpnpjjjmdhmplbbiaaafdplm
Officiële URL https://chromewebstore.google.com/detail/hls-downloader/akchjcffcpnpjjjmdhmplbbiaaafdplm
Beschrijving HTTP Live Streams sniffer and downloader.
Bestandsgrootte 362 KB
Aantal Installaties 2,000
Huidige Versie 0.1.6.1
Laatst Bijgewerkt 2023-10-18
Publicatiedatum 2023-09-20
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar https://m3u8.dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://code4you.dev/privacy.html
Ondersteunde Talen 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"
    }
}