HLS Downloader Pro

Preview and Download HLS so easy~

Co to jest HLS Downloader Pro?

HLS Downloader Pro to rozszerzenie Chrome opracowane przez 947936711, a jego główną funkcją jest „Preview and Download HLS so easy~”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HLS Downloader Pro

Pobierz pliki rozszerzeń HLS Downloader Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa HLS Downloader Pro HLS Downloader Pro
ID mdfhlmcipgjjilidofjpkookbfiakfdj
Oficjalny URL https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj
Opis Preview and Download HLS so easy~
Rozmiar pliku 311 KB
Liczba instalacji 665
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-09-05
Data Publikacji 2023-05-19
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper 947936711
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://xyccstudio.cn/books/hlsdownloader/
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}