M3U8 Downloaders - Video Downloads Simplified
Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use.
M3U8 Downloaders - Video Downloads Simplified란 무엇입니까?
M3U8 Downloaders - Video Downloads Simplified은(는) www.m3u8downloaders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use."입니다.
확장 프로그램 스크린샷
M3U8 Downloaders - Video Downloads Simplified 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
M3U8 Downloaders - Video Downloads Simplified: Your Premier Solution for Fast and Easy M3U8 Videos to MP4 Conversions and Video Downloads. M3U8 Downloaders is your one-stop solution for convenient video downloading and conversion. Whether it's M3U8, HLS, or other popular video formats such as MP4, our tool simplifies the process, offering a seamless experience for all your downloading needs. Our Stream Recorder efficiently detects M3U8 links and various embedded video formats on webpages. With just a single click, you can either convert M3U8 videos to MP4 or download videos directly in their native formats, ensuring high-quality outputs without re-encoding. The colour of the M3U8 Downloaders extension icon dynamically responds to the content you're accessing: Green: M3U8 link detected and ready. Orange: Actively detecting for M3U8 content. Red: Site restricted from detection and downloads. At M3U8 Downloaders, we stands for ethical downloading. Before diving into the world of M3U8 and HLS content or any other video formats, ensure you respect copyright and permissions. Eager to revolutionise your video downloading journey? Join us, and let's make video downloading magic together! Note: M3U8 Downloaders does not provide detection or downloads from Youtube.
확장 프로그램 기본 정보
이름 | M3U8 Downloaders - Video Downloads Simplified |
ID | fldmohhnmnjloglcpmclkemepnogaplf |
공식 URL | https://chromewebstore.google.com/detail/m3u8-downloaders-video-do/fldmohhnmnjloglcpmclkemepnogaplf |
설명 | Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use. |
파일 크기 | 44.46 KB |
설치 횟수 | 1,365 |
현재 버전 | 2.0.3 |
최근 업데이트 | 2024-01-05 |
출시 날짜 | 2023-10-07 |
평점 | 4.00/5 총 2 개의 평점 |
개발자 | www.m3u8downloaders.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.m3u8downloaders.com |
개인정보 보호 정책 페이지 URL | https://www.m3u8downloaders.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "M3U8 Downloaders - Video Downloads Simplified", "version": "2.0.3", "description": "Fast and easy way to Detect and Download any Online Videos ,M3U8 Videos, HTTP live streams (HLS) - free, fast & easy to use.", "permissions": [ "webRequest", "activeTab", "storage", "downloads" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "icons": { "512": "icons\/logo_icon_512.png" }, "action": { "default_icon": { "128": "icons\/o_icon_128.png" }, "default_popup": "popup.html", "default_title": "M3U8 Downloaders - free, fast & easy to use." }, "web_accessible_resources": [ { "resources": [ "popup.js", "icons\/r_icon_128.png", "icons\/g_icon_128.png", "icons\/o_icon_128.png" ], "matches": [ " |