A Firefox and Chrome extension that allows you to rewind the video for 1 second each time you press the < key.
I made this extension because it annoys me that the default is 10 seconds.
- Use < or , to rewind with 1 second
- Use > or . to seek forward with 5 seconds
🛠️ It's also possible to change the amount of seconds or which keys to press using the Options page of this extension.
Please help by adding your language / translations! The extension can be easily translated using Weblate.
Please feel free to contribute by sending a Pull Request.
You can either use npm
or pnpm
with the commands below or run web-ext
directly:
pnpx web-ext run
pnpx web-ext build
See https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/ for information about the web-ext
command.