Player for local videos
Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.
什么是Player for local videos?
Player for local videos是由MDXZ开发的Chrome扩展程序,该扩展的主要功能是“Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more.”。
扩展截图
下载Player for local videos扩展crx文件
下载Player for local videos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This a video player for local videos whose main features are:
• Light/dark theme (following system preferences)
• Continue watching from where you left off
• Keyboard shortcuts
• Global Media Controls integration
• Works offline
To use the extension, click on its tooltip icon or press Alt+Shift+O.
This shortcut can be changed by visiting chrome://extensions/shortcuts (you may need to copy and paste this URL in the address bar).
When the extension is invoked, a new tab (the one shown in the first screenshot) will open.
To open a video, drag and drop it there or click on the button.
For a full list of keyboard shortcuts visit the extension page on GitHub. 扩展基本信息
| 名称 | |
| ID | jobmoeleihhccoboiljgojnjkejppiih |
| 官方URL | https://chromewebstore.google.com/detail/player-for-local-videos/jobmoeleihhccoboiljgojnjkejppiih |
| 简介 | Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more. |
| 文件大小 | 2.85 MB |
| 安装次数 | 209 |
| 当前版本 | 1.2 |
| 更新时间 | 2024-03-03 |
| 上架时间 | 2022-04-30 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | MDXZ |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/MDXZ-delti/video-player |
| 帮助页面URL | https://github.com/MDXZ-delti/video-player/issues |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Player for local videos",
"short_name": "Video player",
"description": "Player for local videos with light\/dark theme, keyboard shortcuts, progress retrieval and more.",
"author": "Matteo Delton",
"version": "1.2",
"offline_enabled": true,
"background": {
"service_worker": "scripts\/background.js"
},
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png",
"192": "icons\/favicon.png"
},
"action": [],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+O"
}
}
}
} | |