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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MDXZ และคุณลักษณะหลักของมันคือ "Player for local videos with light/dark theme, keyboard shortcuts, progress retrieval and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Player for local videos
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } } } } |