HLS Downloader

HTTP Live Streams sniffer and downloader.

HLS Downloaderคืออะไร?

HLS Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://m3u8.dev และคุณลักษณะหลักของมันคือ "HTTP Live Streams sniffer and downloader."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HLS Downloader

ดาวน์โหลดไฟล์ส่วนขยาย HLS Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Easy to use, simplified, automatic sniffing m3u8 video, hurry up to experience it!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HLS Downloader HLS Downloader
ID akchjcffcpnpjjjmdhmplbbiaaafdplm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hls-downloader/akchjcffcpnpjjjmdhmplbbiaaafdplm
คำอธิบาย HTTP Live Streams sniffer and downloader.
ขนาดไฟล์ 362 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 0.1.6.1
อัปเดตครั้งล่าสุด 2023-10-18
วันที่เผยแพร่ 2023-09-20
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://m3u8.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://code4you.dev/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HLS Downloader",
    "description": "HTTP Live Streams sniffer and downloader.",
    "version": "0.1.6.1",
    "icons": {
        "19": "icon\/19.png",
        "32": "icon\/32.png",
        "38": "icon\/38.png",
        "48": "icon\/48.png",
        "64": "icon\/64.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png",
        "256": "icon\/256.png",
        "512": "icon\/512.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "webRequest",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Default Popup Title",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    }
}