HLS Downloader Pro
Preview and Download HLS so easy~
Apa itu HLS Downloader Pro?
HLS Downloader Pro adalah ekstensi Chrome yang dikembangkan oleh 947936711, dan fitur utamanya adalah "Preview and Download HLS so easy~".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HLS Downloader Pro
Unduh file ekstensi HLS Downloader Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | HLS Downloader Pro |
ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
URL Resmi | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
Deskripsi | Preview and Download HLS so easy~ |
Ukuran File | 311 KB |
Jumlah Instalasi | 665 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2023-09-05 |
Tanggal Publikasi | 2023-05-19 |
Penilaian | 3.00/5 Total 1 Penilaian |
Pengembang | 947936711 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://xyccstudio.cn/books/hlsdownloader/ |
Bahasa yang Didukung | 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": [ "*:\/\/*\/*" ] } |