m3u8 online video extractor
m3u8 online video extractor
m3u8 online video extractor란 무엇입니까?
m3u8 online video extractor은(는) fhefh2016에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "m3u8 online video extractor"입니다.
확장 프로그램 스크린샷
m3u8 online video extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can use m3u8 online: https://m3u8.dev/ Uses: You can download m3u8 live stream video to this machine. 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!
확장 프로그램 기본 정보
이름 | |
ID | fcpefnjbneopahdnhdhahbhoccipdmdm |
공식 URL | https://chrome.google.com/webstore/detail/m3u8-online-video-extract/fcpefnjbneopahdnhdhahbhoccipdmdm |
설명 | m3u8 online video extractor |
파일 크기 | 158 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.1.3 |
최근 업데이트 | 2021-12-10 |
출시 날짜 | 2020-06-21 |
평점 | 4.17/5 총 41 개의 평점 |
개발자 | fhefh2016 |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://m3u8.dev/ |
도움말 페이지 URL | https://m3u8.dev/ |
개인정보 보호 정책 페이지 URL | https://91chi.fun/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "m3u8 online video extractor", "version": "1.1.3", "description": "m3u8 online video extractor", "browser_action": { "default_icon": "icon\/icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "js\/content.bundle.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/background.bundle.js", "js\/background.js" ] }, "options_ui": { "page": "index.html", "open_in_tab": true }, "icons": { "16": "icon\/icon16.png", "64": "icon\/icon64.png", "128": "icon\/icon128.png" }, "permissions": [ "storage", "https:\/\/*\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "offline_enabled": false } |