Stream Recorder - download HLS as MP4

The most popular downloader for Http Live Streaming(HLS)

Stream Recorder - download HLS as MP4คืออะไร?

Stream Recorder - download HLS as MP4 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hlsloader.com และคุณลักษณะหลักของมันคือ "The most popular downloader for Http Live Streaming(HLS)"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stream Recorder - download HLS as MP4

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

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

                        With the Stream Recorder, you can easily save live and archived videos that are delivered in a typical HLS (m3u8) format.
Even more, if the video file type is in an mp4 format, you can record videos directly using the unique video capture function.

Downloaded audio and video data is converted to mp4 as it is with the same quality without re-encoding.
This conversion is done inside the extension, without the use of an external server.

Please note that Stream Recorder is not responsible for media content which you download, so we suggest to ensure the copyright and permissions of the media before downloading.

https://www.hlsloader.com/                    

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

ชื่อ Stream Recorder - download HLS as MP4 Stream Recorder - download HLS as MP4
ID iogidnfllpdhagebkblkgbfijkbkjdmm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stream-recorder-download/iogidnfllpdhagebkblkgbfijkbkjdmm
คำอธิบาย The most popular downloader for Http Live Streaming(HLS)
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 1,392,289
เวอร์ชันปัจจุบัน 1.3.11
อัปเดตครั้งล่าสุด 2023-03-26
วันที่เผยแพร่ 2020-05-05
คะแนน 4.23/5 รวมทั้งหมด 1164 คะแนน
ผู้พัฒนา https://www.hlsloader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.fastestle.com/terms.html
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "1.3.11",
    "author": "LoadMonkey",
    "description": "__MSG_manifest_description__",
    "homepage_url": "https:\/\/www.hlsloader.com\/",
    "manifest_version": 2,
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/action_off_19.png"
        },
        "default_title": "__MSG_manifest_browser_action__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.hlsloader.com\/*rec.html*"
            ],
            "js": [
                "libs\/url-toolkit.js",
                "libs\/hls.js",
                "js\/loader.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/inject.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png",
        "128": "images\/icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}