HLS Downloader Pro
Preview and Download HLS so easy~
Cos'è HLS Downloader Pro?
HLS Downloader Pro è un'estensione di Chrome sviluppata da 947936711, e la sua funzione principale è "Preview and Download HLS so easy~".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HLS Downloader Pro
Scarica i file di estensione HLS Downloader Pro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | HLS Downloader Pro |
ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
URL Ufficiale | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
Descrizione | Preview and Download HLS so easy~ |
Dimensione del File | 311 KB |
Conteggio Installazioni | 665 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2023-09-05 |
Data di Pubblicazione | 2023-05-19 |
Valutazione | 3.00/5 Totale 1 Valutazioni |
Sviluppatore | 947936711 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://xyccstudio.cn/books/hlsdownloader/ |
Lingue Supportate | 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": [ "*:\/\/*\/*" ] } |