HLS Downloader Pro
Preview and Download HLS so easy~
Τι είναι το HLS Downloader Pro;
Το HLS Downloader Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 947936711, και η κύρια λειτουργία του είναι "Preview and Download HLS so easy~".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης HLS Downloader Pro
Λήψη αρχείων επέκτασης HLS Downloader Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | HLS Downloader Pro |
ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
Επίσημο URL | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
Περιγραφή | Preview and Download HLS so easy~ |
Μέγεθος Αρχείου | 311 KB |
Αριθμός Εγκαταστάσεων | 665 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2023-09-05 |
Ημερομηνία Δημοσίευσης | 2023-05-19 |
Αξιολόγηση | 3.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | 947936711 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://xyccstudio.cn/books/hlsdownloader/ |
Υποστηριζόμενες Γλώσσες | 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": [ "*:\/\/*\/*" ] } |