Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amlweems/videospeed
Firefox extension to modify playback speed of HTML5 videos
https://github.com/amlweems/videospeed
Last synced: 7 days ago
JSON representation
Firefox extension to modify playback speed of HTML5 videos
- Host: GitHub
- URL: https://github.com/amlweems/videospeed
- Owner: amlweems
- License: mit
- Created: 2015-08-06T03:47:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-06T03:48:11.000Z (over 9 years ago)
- Last Synced: 2023-03-25T15:04:25.003Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# videospeed
Modify playback speed of HTML5 videos# Building
To produce the appropriate xpi file, install the Firefox developer tool jpm.
```
npm install jpm
jpm xpi
```