HLS Downloader
HTTP Live Stream downloader
Qu'est-ce que HLS Downloader ?
HLS Downloader est une extension Chrome développée par Fatema Reba, et sa fonction principale est "HTTP Live Stream downloader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HLS Downloader
Téléchargez les fichiers d'extension HLS Downloader 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
1. Open a tab with an HTTP Live Stream. 2. Click the extension icon. 3. Select a playlist. 4. Select a resolution (quality of the video). 5. Wait for the download to complete. Check Log: Version 3.2.1.2: Add features share link video m3u8 on socials: Twitter, LinkedIn and auto post Facebook with api post.
Informations de Base sur l'Extension
Nom | HLS Downloader |
ID | fopnhepeflgcnppklfnejokkkeomdgik |
URL Officiel | https://chromewebstore.google.com/detail/hls-downloader/fopnhepeflgcnppklfnejokkkeomdgik |
Description | HTTP Live Stream downloader |
Taille du Fichier | 288 KB |
Nombre d'Installations | 74,786 |
Version Actuelle | 3.2.1.3 |
Dernière Mise à Jour | 2023-11-18 |
Date de Publication | 2022-01-14 |
Évaluation | 4.06/5 Total 117 Évaluations |
Développeur | Fatema Reba |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/multi-extension-policy/home |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "HLS Download", "name": "HLS Downloader", "description": "HTTP Live Stream downloader", "manifest_version": 3, "action": { "default_popup": "index.html", "default_title": "HLS Downloader", "default_icon": "assets\/icons\/128.png" }, "version": "3.2.1.3", "background": { "service_worker": "background.js", "type": "module" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "assets\/icons\/*" ], "use_dynamic_url": false } ], "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "webRequest", "unlimitedStorage", "storage", "downloads", "tabs", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "assets\/icons\/16.png", "48": "assets\/icons\/48.png", "128": "assets\/icons\/128.png", "256": "assets\/icons\/256.png" } } |