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 |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
} | |