Video Player Online
An easy-to-use and very lightweight video player for web video files.
Video Player Online란 무엇입니까?
Video Player Online은(는) HelloWorld에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy-to-use and very lightweight video player for web video files."입니다.
확장 프로그램 스크린샷
Video Player Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An easy-to-use and very lightweight video player for web video files. Supported m3u8 mp4 HLS MPEG DASH MPEG DASH (Shaka) FLV WebTorrent Work with other MSE library Online version: https://m3u8play.dev/
확장 프로그램 기본 정보
이름 | |
ID | lgjgjihigapkamjilanpjglggojecdek |
공식 URL | https://chromewebstore.google.com/detail/video-player-online/lgjgjihigapkamjilanpjglggojecdek |
설명 | An easy-to-use and very lightweight video player for web video files. |
파일 크기 | 1.2 MB |
설치 횟수 | 1,149 |
현재 버전 | 1.0.7 |
최근 업데이트 | 2022-05-18 |
출시 날짜 | 2022-05-18 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | HelloWorld |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://m3u8play.dev |
개인정보 보호 정책 페이지 URL | https://code4you.dev/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Player Online", "version": "1.0.7", "description": "An easy-to-use and very lightweight video player for web video files.", "action": { "default_icon": "icon\/icon64.png" }, "background": { "service_worker": "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": [], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "*:\/\/*\/" ], "offline_enabled": true } |