Video Player for Local Files

A web video player for local files.

Video Player for Local Files란 무엇입니까?

Video Player for Local Files은(는) https://guokai.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web video player for local files."입니다.

확장 프로그램 스크린샷

screenshot

Video Player for Local Files 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An easy-to-use and very lightweight video player for local video/audio files, powered by Web technology. It works completely offline. In addition to using the mouse, it supports many useful keyboard shortcuts, as well as a few simple settings.

Homepage: https://webvideoplayer.org/

Updates:
1.0.0 (May 1, 2023): Support playlist UI and loop playback mode.

FAQ:
1.How to open the player?
Click the extension icon.

2.How to open files?
• Click the "Folder" icon in the panel
• Keyboard shortcut: Ctrl/Cmd + O
• Drag and drop files to the player

3.Subtitles
Independent or embedded subtitles are not supported. Maybe I will support independent subtitle files in the future.
Of course, if the subtitles are already in the video stream, they can be displayed.

4.Online streaming media
Currently only supports local file playback. There are no plans to support online streaming media.

5.Video format and codec
Because the underlying core functions are completely implemented by the browser, only some video formats and codec are supported. In addition, it doesn't support multiple audio tracks switching.                    

확장 프로그램 기본 정보

이름 Video Player for Local Files Video Player for Local Files
ID kfcfjmdnmmokdhndbpfcachlkliggggc
공식 URL https://chromewebstore.google.com/detail/video-player-for-local-fi/kfcfjmdnmmokdhndbpfcachlkliggggc
설명 A web video player for local files.
파일 크기 29.54 KB
설치 횟수 10,000
현재 버전 1.0.0
최근 업데이트 2023-08-25
출시 날짜 2021-07-18
평점 4.17/5 총 30 개의 평점
개발자 https://guokai.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webvideoplayer.org/
개인정보 보호 정책 페이지 URL https://guokai.dev/privacy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.0",
    "author": "Guokai Han",
    "manifest_version": 3,
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon\/16.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "action": [],
    "background": {
        "service_worker": "sw.js"
    }
}