HLS Downloader Pro

Preview and Download HLS so easy~

O que é HLS Downloader Pro?

HLS Downloader Pro é uma extensão do Chrome desenvolvida por 947936711, e sua principal característica é "Preview and Download HLS so easy~".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão HLS Downloader Pro

Baixe arquivos de extensão HLS Downloader Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome HLS Downloader Pro HLS Downloader Pro
ID mdfhlmcipgjjilidofjpkookbfiakfdj
URL Oficial https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj
Descrição Preview and Download HLS so easy~
Tamanho do Arquivo 311 KB
Contagem de Instalações 665
Versão Atual 1.2
Última Atualização 2023-09-05
Data de Publicação 2023-05-19
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor 947936711
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://xyccstudio.cn/books/hlsdownloader/
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}