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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T16:49:12.000Z (over 1 year ago)
- Last Synced: 2025-10-11T11:47:31.033Z (8 months ago)
- Topics: chrome-devtools, chrome-extension, javascript, vite-template
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 2
- 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 installed
Clone 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!
