M3U8 Downloader
You can download m3u8 live stream video.
M3U8 Downloader란 무엇입니까?
M3U8 Downloader은(는) https://m3u8.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can download m3u8 live stream video."입니다.
확장 프로그램 스크린샷
M3U8 Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Uses: M3U8 Downloader - Download Videos from M3U8 URLs Download M3U8 videos quickly and easily with our free tool. Why install: Usually you have to go through a professional tool to install, but with my chrome extension, it's quick and easy to use without complicated steps! How to get m3u8 URL? M3U8 Helper https://chromewebstore.google.com/detail/m3u8-helper/lhcifigikkjgcpddekjgcpgfdoieckal M3U8 Player - HLS Player https://chromewebstore.google.com/detail/m3u8-player-hls-player/nlhnjkakhcjdjacgojecmegdmmbciifg How to use? 1. Install it 2. Pin it 3. Click the browser icon 4. Paste the m3u8 URL 5. Click Downloader button Online Version: https://m3u8.dev Video Player Online: https://m3u8play.dev Online Screen Recorder: https://record.m3u8.dev
확장 프로그램 기본 정보
이름 | M3U8 Downloader |
ID | pibnhedpldjakfpnfkabbnifhmokakfb |
공식 URL | https://chromewebstore.google.com/detail/m3u8-downloader/pibnhedpldjakfpnfkabbnifhmokakfb |
설명 | You can download m3u8 live stream video. |
파일 크기 | 259 KB |
설치 횟수 | 105,196 |
현재 버전 | 1.2.9 |
최근 업데이트 | 2023-12-26 |
출시 날짜 | 2022-01-14 |
평점 | 3.73/5 총 104 개의 평점 |
개발자 | https://m3u8.dev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://m3u8.dev |
개인정보 보호 정책 페이지 URL | https://code4you.net/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "M3U8 Downloader", "version": "1.2.9", "description": "You can download m3u8 live stream video.", "action": { "default_icon": { "128": "icon\/icon128.png" }, "default_title": "M3U8 Downloader" }, "icons": { "16": "icon\/icon16.png", "64": "icon\/icon64.png", "128": "icon\/icon128.png" }, "options_ui": { "page": "src\/options\/index.html", "open_in_tab": true }, "background": { "service_worker": "src\/background.js" }, "host_permissions": [ "https:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |