Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.44 KB

File metadata and controls

56 lines (36 loc) · 1.44 KB

YouTube Shorts Fixer Chrome Extension

YSF Logo Icon

Overview

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.

Features

  • Adds a seek bar to YouTube Shorts.
  • Built with TypeScript and Vite.
  • Utilizes Chrome Extension Manifest V3.

Prerequisites

  • Node.js
  • Chrome Browser
  • Vite

Setup

  1. Clone the repository:
git clone https://github.com/your_username/youtube-shorts-fixer-chrome-extension.git
  1. Navigate to the project directory and install dependencies:
cd youtube-shorts-fixer-chrome-extension
npm install
  1. Build the extension:
npm run build
  1. 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.

Usage

After loading the extension, navigate to any YouTube Shorts video. The seek bar should now be visible below the video.

Contributing

Feel free to open issues or PRs if you find any bugs or have suggestions for improvements.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.