The YouTube Shorts Fixer Chrome Extension enhances your YouTube Shorts viewing experience on desktop browsers by adding a seek bar. This allows you to easily navigate through the video, similar to the mobile YouTube experience and standard YouTube videos.
- Adds a seek bar to YouTube Shorts.
- Built with
TypeScript
andVite
. - Utilizes Chrome Extension Manifest V3.
- Node.js
- Chrome Browser
- Vite
- Clone the repository:
git clone https://github.com/your_username/youtube-shorts-fixer-chrome-extension.git
- Navigate to the project directory and install dependencies:
cd youtube-shorts-fixer-chrome-extension
npm install
- Build the extension:
npm run build
- Load the extension into Chrome:
- Open Chrome and go to chrome://extensions/
- Turn on "Developer mode"
- Click "Load unpacked" and select the
dist
folder in your project directory.
After loading the extension, navigate to any YouTube Shorts video. The seek bar should now be visible below the video.
Feel free to open issues or PRs if you find any bugs or have suggestions for improvements.
This project is licensed under the MIT License - see the LICENSE.md file for details.