https://github.com/mlascurain/speedup
Chrome extension to speed up any HTML5 video
https://github.com/mlascurain/speedup
chrome-devtools chrome-extension javascript vite-template
Last synced: 6 months ago
JSON representation
Chrome extension to speed up any HTML5 video
- Host: GitHub
- URL: https://github.com/mlascurain/speedup
- Owner: mLascurain
- Created: 2024-08-30T04:02:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-20T22:34:33.000Z (about 1 year ago)
- Last Synced: 2024-10-06T03:06:22.614Z (about 1 year ago)
- Topics: chrome-devtools, chrome-extension, javascript, vite-template
- Language: JavaScript
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpeedUp
### Chrome extension that allows the user to speed up any HTML5 video up to 4x speed
### Preview:


> [!CAUTION]
> In order to build the extension you must have nodejs installedClone the repository and run the commands
```
npm install
npm run build
```A floder named "dist" will apear in the project directory, just add that folder to "chrome://extensions/"
> [!NOTE]
> You have to enable developer mode first
after that just pin the extension and start using it!
