https://github.com/ulken/playmo
▶️ Gracefully add missing keyboard shortcuts to video players
https://github.com/ulken/playmo
chrome-extension dplay hbo-nordic hotkeys keyboard-shortcuts sf-anytime streaming-services streaming-video viafree video video-player
Last synced: 3 months ago
JSON representation
▶️ Gracefully add missing keyboard shortcuts to video players
- Host: GitHub
- URL: https://github.com/ulken/playmo
- Owner: ulken
- License: mit
- Created: 2019-02-08T23:21:29.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T01:48:26.000Z (over 2 years ago)
- Last Synced: 2025-01-20T10:25:10.800Z (4 months ago)
- Topics: chrome-extension, dplay, hbo-nordic, hotkeys, keyboard-shortcuts, sf-anytime, streaming-services, streaming-video, viafree, video, video-player
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ▶️ Playmo
> Gracefully add missing keyboard shortcuts to video players
Any decent video player supports standard keyboard shortcuts. At least Space for toggling play state and ◀️ / ▶️ for rewinding/fast-forwarding, respectively.
Unfortunately, all players are not decent, by default. **Playmo** is here to fill the expectation gap and _Make Players Great Again™_.
## Keyboard shortcuts
| Keyboard shortcut | Description |
| --------------------------------- | ---------------------------------------------- |
| Space / ⏯️ | Toggle play state (play/pause) |
| (Shift +) ◀️ | Rewind 10 (60) seconds |
| (Shift +) ▶️ | Fast-forward 10 (60) seconds |
| Alt + ◀️ | Increase playback rate 10 % |
| Alt + ▶️ | Decrease playback rate 10 % |
| Alt + Enter | Reset playback rate to normal |
| ️🔼 | Volume up 10 % |
| ️🔽 | Volume down 10 % |
| M | Toggle muted state (mute/unmute)\* |
| F | Toggle fullscreen state (full-screen/windowed) |
| Esc | Exit fullscreen mode |\* Some sites don't allow toggling mute programatically