EasyHLS
HTTP Live Stream downloader
EasyHLS란 무엇입니까?
EasyHLS은(는) Alanderson Tomaiz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "HTTP Live Stream downloader"입니다.
확장 프로그램 스크린샷
EasyHLS 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Com o EasyHLS, você pode salvar facilmente Streaming de vídeo em formato típico (m3u8). Os arquivos de áudio e vídeo são convertidos para MP4 sem recodificação. Essa conversão é feita internamente pela extensão sem uso de aplicativos externos. OBS: O EasyHLS não é responsável pelo conteúdo da mídia que você baixa, por isso sugerimos garantir os direitos autorais e as permissões da mídia antes de fazer o download.
확장 프로그램 기본 정보
이름 | |
ID | hlapklknjlceicdpggkhglgcbepdijna |
공식 URL | https://chrome.google.com/webstore/detail/easyhls/hlapklknjlceicdpggkhglgcbepdijna |
설명 | HTTP Live Stream downloader |
파일 크기 | 2.33 MB |
설치 횟수 | 978 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-04-07 |
출시 날짜 | 2020-03-06 |
평점 | 3.67/5 총 3 개의 평점 |
개발자 | Alanderson Tomaiz |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "EasyHLS", "name": "EasyHLS", "description": "HTTP Live Stream downloader", "manifest_version": 2, "version": "1.0.2", "browser_action": { "default_popup": "index.html", "default_title": "EasyHLS" }, "background": { "scripts": [ "static\/js\/background.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "webNavigation", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "debugger", "downloads" ], "web_accessible_resources": [ "\/assets\/**\/*" ], "icons": { "16": "\/assets\/favicon-16x16.png", "32": "\/assets\/favicon-32x32.png" } } |