Skip to content

laurens94/video-seeking-everywhere

Repository files navigation

Mozilla Add-on Version Mozilla Add-on Users Chrome Web Store Version Chrome Web Store Users GitHub release (with filter) GitHub License

ko-fi

Video Seeking Everywhere

A Firefox and Chrome extension that allows you to seek through any playing video on most websites using the < or > keys.

  • Use < or , to rewind with 5 seconds
  • Use > or . to seek forward with 5 seconds

🛠️ It's possible to change the amount of seconds using the Options page of this extension.

Development

Please feel free to contribute by sending a Pull Request.

Dependencies

You can use npm with the commands below or run web-ext directly:

Running the extension

npx web-ext run

Building

npx web-ext build

Reference

See https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/ for information about the web-ext command.