HDS / HLS Video Downloader

Downloads Adobe HDS and HLS fragmented videos to computer

HDS / HLS Video Downloaderคืออะไร?

HDS / HLS Video Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fattynoparents และคุณลักษณะหลักของมันคือ "Downloads Adobe HDS and HLS fragmented videos to computer"

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

screenshot

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

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

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

                        BEFORE BUYING PLEASE READ THIS!

THE EXTENSION MIGHT NOT WORK PROPERLY ON SOME WEBSITES. 
PLEASE ASK FOR A TEST LICENSE KEY FIRST BY WRITING AN EMAIL TO [email protected]

THE EXTENSION WON'T DOWNLOAD AES-ENCRYPTED VIDEOS CORRECTLY.

HDS / HLS Video Downloader downloads streaming m3u8 and fm4 videos to your computer.
====================================

Note: Windows Player might have troubles playing the downloaded videos, I suggest using the VLC player instead.

----------
WHAT'S NEW
----------
v 3.1.2: fixed a bug when in certain videos xhr request returns total=0
v 3.1.1: fixed a bug with the new domain
v 3.1.0: moved from chatsaver.org to chatsavers.org due to impossibility to continue the subscription of the domain
v 3.0.0: moved to manifest version 3
v 2.1.1: manifests with #EXT-X-BYTERANGE tags can now also be downloaded
v 2.1.0: added names to saved videos + changed the extension of downloaded videos from .ts to .mp4
v 2.0.2: fixed a bug with video urls from some websites not being generated correctly 
v 2.0.1: fixed a bug with downloading videos from the f1 site
v 2.0.0: Changed the payment system to the Gumroad platform
v 1.0.15: Removed unnecessary permissions from the manifest
v 1.0.14: Had to return  permission to manifest, otherwise the extension doesn't catch m3u8 links
v 1.0.12:
- Minor fix fetching videos and updating the UI
v. 1.0.10: 
- Added links to separate audio streams in m3u8 manifest
- Added possibility to enter f4m manifests manually
- Improved layout                    

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

ชื่อ HDS / HLS Video Downloader HDS / HLS Video Downloader
ID gelfgldejnhgpjcbnfpkglhpelajafao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hds-hls-video-downloader/gelfgldejnhgpjcbnfpkglhpelajafao
คำอธิบาย Downloads Adobe HDS and HLS fragmented videos to computer
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 28,665
เวอร์ชันปัจจุบัน 3.1.2
อัปเดตครั้งล่าสุด 2023-05-09
วันที่เผยแพร่ 2020-01-25
คะแนน 2.21/5 รวมทั้งหมด 149 คะแนน
ผู้พัฒนา fattynoparents
อีเมล [email protected]
ประเภทการชำระเงิน in_app
URL หน้านโยบายความเป็นส่วนตัว https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "imgs\/128.png",
        "default_popup": "popup.html"
    },
    "description": "Downloads Adobe HDS and HLS fragmented videos to computer",
    "icons": {
        "128": "imgs\/128.png"
    },
    "manifest_version": 3,
    "name": "HDS \/ HLS Video Downloader",
    "permissions": [
        "storage",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/main.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}