HLS Downloader Pro

Preview and Download HLS so easy~

Что такое HLS Downloader Pro?

HLS Downloader Pro - это расширение Chrome, разработанное 947936711, и его основная функция - "Preview and Download HLS so easy~".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения HLS Downloader Pro

Скачайте файлы расширений 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
Электронная почта [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": [
        "*:\/\/*\/*"
    ]
}