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은(는) https://www.hlsloader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most popular downloader for Http Live Streaming(HLS)"입니다.

확장 프로그램 스크린샷

screenshot

Stream Recorder - download HLS as MP4 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}