Video Player for Local Files
A web video player for local files.
ما هو Video Player for Local Files؟
Video Player for Local Files هو إضافة Chrome تم تطويرها بواسطة https://guokai.dev، والميزة الرئيسية لها هي "A web video player for local files.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Video Player for Local Files
قم بتنزيل ملفات الامتداد Video Player for Local Files بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة سياسة الخصوصية | 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" } } |