HLS Downloader

HTTP Live Streams sniffer and downloader.

什么是HLS Downloader?

HLS Downloader是由https://m3u8.dev开发的Chrome扩展程序,该扩展的主要功能是“HTTP Live Streams sniffer and downloader.”。

扩展截图

screenshot
screenshot

下载HLS Downloader扩展crx文件

下载HLS Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 HLS Downloader HLS Downloader
ID akchjcffcpnpjjjmdhmplbbiaaafdplm
官方URL https://chromewebstore.google.com/detail/hls-downloader/akchjcffcpnpjjjmdhmplbbiaaafdplm
简介 HTTP Live Streams sniffer and downloader.
文件大小 362 KB
安装次数 2,000
当前版本 0.1.6.1
更新时间 2023-10-18
上架时间 2023-09-20
评分 4.33/5 共6次评分
开发者 https://m3u8.dev
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://code4you.dev/privacy.html
支持的语言 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"
    }
}