Skip to content

Adds Youtube-style hotkeys to media elements on all pages

Notifications You must be signed in to change notification settings

jiangts/media-hotkeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

media-hotkeys

A chrome extension that enables you to run Youtube-style hotkeys on audio and video elements on any website.

Hotkeys include:

  • k toggle play/pause
  • j / l Skip forward/backward 10 seconds
  • left / right Skip forward/backward 5 seconds
  • < / > Decrease/Increase playback rate by 0.25
  • 0-9 Skip to percentage of media, 0% to 90%
  • m Toggle mute

To toggle these media hotkeys on/off, press ctrl+m.

Installation

Download the .crx package media-hotkeys.crx, or find it in the releases page.

I may publish this app to the Chrome store soon... It's currently mainly for personal use to listen to the audio Bible on Bible.com 😄

Packaging

VER={version} npm run package

Acknowledgements

Special thanks to a couple projects that made this extension a breeze!

Enjoy!