Skip to content

laurens94/video-seeking-everywhere

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 either use npm or pnpm with the commands below or run web-ext directly:

Running the extension

pnpx web-ext run

Building

pnpx web-ext build

Reference

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