HLS Downloader Pro
Preview and Download HLS so easy~
HLS Downloader Pro là gì?
HLS Downloader Pro là một tiện ích mở rộng Chrome được phát triển bởi 947936711, và tính năng chính của nó là "Preview and Download HLS so easy~".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HLS Downloader Pro
Tải xuống các tệp mở rộng HLS Downloader Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HLS Downloader Pro |
ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
URL Chính Thức | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
Mô tả | Preview and Download HLS so easy~ |
Kích Thước Tệp | 311 KB |
Số Lần Cài Đặt | 665 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-09-05 |
Ngày Phát Hành | 2023-05-19 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | 947936711 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://xyccstudio.cn/books/hlsdownloader/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [ "*:\/\/*\/*" ] } |