HLS Downloader Pro

Preview and Download HLS so easy~

HLS Downloader Proคืออะไร?

HLS Downloader Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 947936711 และคุณลักษณะหลักของมันคือ "Preview and Download HLS so easy~"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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": [
        "*:\/\/*\/*"
    ]
}