HLS Downloader

HTTP Live Streams sniffer and downloader.

Cos'è HLS Downloader?

HLS Downloader è un'estensione di Chrome sviluppata da https://m3u8.dev, e la sua funzione principale è "HTTP Live Streams sniffer and downloader.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HLS Downloader

Scarica i file di estensione HLS Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HLS Downloader HLS Downloader
ID akchjcffcpnpjjjmdhmplbbiaaafdplm
URL Ufficiale https://chromewebstore.google.com/detail/hls-downloader/akchjcffcpnpjjjmdhmplbbiaaafdplm
Descrizione HTTP Live Streams sniffer and downloader.
Dimensione del File 362 KB
Conteggio Installazioni 2,000
Versione Corrente 0.1.6.1
Ultimo Aggiornamento 2023-10-18
Data di Pubblicazione 2023-09-20
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://m3u8.dev
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://code4you.dev/privacy.html
Lingue Supportate 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"
    }
}