HLS Downloader

HTTP Live Stream downloader

HLS Downloaderとは何ですか?

HLS DownloaderはFatema Rebaによって開発されたChromeの拡張機能で、その主な機能は「HTTP Live Stream downloader」です。

拡張機能のスクリーンショット

screenshot

HLS Downloader拡張機能のCRXファイルをダウンロード

HLS Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        1. Open a tab with an HTTP Live Stream.
2. Click the extension icon.
3. Select a playlist.
4. Select a resolution (quality of the video).
5. Wait for the download to complete.

Check Log:
 Version 3.2.1.2:
    Add features share link video m3u8 on socials: Twitter, LinkedIn and auto post Facebook with api post.                    

拡張機能の基本情報

名前 HLS Downloader HLS Downloader
ID fopnhepeflgcnppklfnejokkkeomdgik
公式URL https://chromewebstore.google.com/detail/hls-downloader/fopnhepeflgcnppklfnejokkkeomdgik
説明 HTTP Live Stream downloader
ファイルサイズ 288 KB
インストール数 74,786
現在のバージョン 3.2.1.3
最終更新日 2023-11-18
公開日 2022-01-14
評価 4.06/5 合計 117 レビュー
開発者 Fatema Reba
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/multi-extension-policy/home
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "HLS Download",
    "name": "HLS Downloader",
    "description": "HTTP Live Stream downloader",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "HLS Downloader",
        "default_icon": "assets\/icons\/128.png"
    },
    "version": "3.2.1.3",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/icons\/*"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "unlimitedStorage",
        "storage",
        "downloads",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png",
        "256": "assets\/icons\/256.png"
    }
}