HLS Downloader Pro
Preview and Download HLS so easy~
HLS Downloader Pro란 무엇입니까?
HLS Downloader Pro은(는) 947936711에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Preview and Download HLS so easy~"입니다.
확장 프로그램 스크린샷
HLS Downloader Pro 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Preview and Download HLS so easy~ 1. First open the extension; 2. Play hls content on web pages; 3. The relevant HLS content will be displayed in the plugin list; 4. Select the plugin list content to play and confirm if download is necessary~ If you know the clear HLS address, you can directly paste it into the plugin input box and add it to the list. Follow the steps above.
확장 프로그램 기본 정보
이름 | HLS Downloader Pro |
ID | mdfhlmcipgjjilidofjpkookbfiakfdj |
공식 URL | https://chromewebstore.google.com/detail/hls-downloader-pro/mdfhlmcipgjjilidofjpkookbfiakfdj |
설명 | Preview and Download HLS so easy~ |
파일 크기 | 311 KB |
설치 횟수 | 665 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-09-05 |
출시 날짜 | 2023-05-19 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | 947936711 |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://xyccstudio.cn/books/hlsdownloader/ |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.2", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "assets\/hls.png", "48": "assets\/hls.png", "128": "assets\/hls.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_actionDesc__" }, "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ] } |