HLS Downloader Pro

Preview and Download HLS so easy~

HLS Downloader Proとは何ですか?

HLS Downloader Proは947936711によって開発されたChromeの拡張機能で、その主な機能は「Preview and Download HLS so easy~」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Preview and Download HLS so easy~
1. First open the extension;
2. Play hls content on web pages;
3. The relevant HLS content will be displayed in the plugin list;
4. Select the plugin list content to play and confirm if download is necessary~

If you know the clear HLS address, you can directly paste it into the plugin input box and add it to the list. Follow the steps above.                    

拡張機能の基本情報

名前 HLS Downloader Pro HLS Downloader Pro
ID mdfhlmcipgjjilidofjpkookbfiakfdj
公式URL https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj
説明 Preview and Download HLS so easy~
ファイルサイズ 311 KB
インストール数 665
現在のバージョン 1.2
最終更新日 2023-09-05
公開日 2023-05-19
評価 3.00/5 合計 1 レビュー
開発者 947936711
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://xyccstudio.cn/books/hlsdownloader/
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "assets\/hls.png",
        "48": "assets\/hls.png",
        "128": "assets\/hls.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_actionDesc__"
    },
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}