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
Eメール [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"
    }
}