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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Player for local videos |
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" } } } } |