Video Player for Local Files
A web video player for local files.
Video Player for Local Files là gì?
Video Player for Local Files là một tiện ích mở rộng Chrome được phát triển bởi https://guokai.dev, và tính năng chính của nó là "A web video player for local files.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Video Player for Local Files
Tải xuống các tệp mở rộng Video Player for Local Files dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Video Player for Local Files |
ID | kfcfjmdnmmokdhndbpfcachlkliggggc |
URL Chính Thức | https://chromewebstore.google.com/detail/video-player-for-local-fi/kfcfjmdnmmokdhndbpfcachlkliggggc |
Mô tả | A web video player for local files. |
Kích Thước Tệp | 29.54 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2021-07-18 |
Đánh Giá | 4.17/5 Tổng số 30 Đánh Giá |
Nhà Phát Triển | https://guokai.dev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webvideoplayer.org/ |
URL Trang Chính Sách Bảo Mật | https://guokai.dev/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |