HLS Downloader Pro
Preview and Download HLS so easy~
Was ist HLS Downloader Pro?
HLS Downloader Pro ist eine Chrome-Erweiterung, die von 947936711 entwickelt wurde, und ihr Hauptmerkmal ist "Preview and Download HLS so easy~".
Erweiterungsscreenshots
HLS Downloader Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie HLS Downloader Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
| Offizielle URL | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
| Beschreibung | Preview and Download HLS so easy~ |
| Dateigröße | 311 KB |
| Installationsanzahl | 665 |
| Aktuelle Version | 1.2 |
| Letztes Update | 2023-09-05 |
| Veröffentlichungsdatum | 2023-05-19 |
| Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
| Entwickler | 947936711 |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://xyccstudio.cn/books/hlsdownloader/ |
| Unterstützte Sprachen | 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": [
"*:\/\/*\/*"
]
} | |