HLS Downloader Pro
Preview and Download HLS so easy~
什么是HLS Downloader Pro?
HLS Downloader Pro是由947936711开发的Chrome扩展程序,该扩展的主要功能是“Preview and Download HLS so easy~”。
扩展截图
下载HLS Downloader Pro扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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": [
"*:\/\/*\/*"
]
} | |