HLS Downloader Pro

Preview and Download HLS so easy~

Qu'est-ce que HLS Downloader Pro ?

HLS Downloader Pro est une extension Chrome développée par 947936711, et sa fonction principale est "Preview and Download HLS so easy~".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension HLS Downloader Pro

Téléchargez les fichiers d'extension HLS Downloader Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom HLS Downloader Pro HLS Downloader Pro
ID mdfhlmcipgjjilidofjpkookbfiakfdj
URL Officiel https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj
Description Preview and Download HLS so easy~
Taille du Fichier 311 KB
Nombre d'Installations 665
Version Actuelle 1.2
Dernière Mise à Jour 2023-09-05
Date de Publication 2023-05-19
Évaluation 3.00/5 Total 1 Évaluations
Développeur 947936711
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://xyccstudio.cn/books/hlsdownloader/
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}