Skip to content

The source code for the "Better Instagram Videos" extension is available on the Chrome Web Store. It allows easy playback of any Instagram video and volume adjustment.

License

Notifications You must be signed in to change notification settings

emirkabal/better-instagram-videos

Repository files navigation

Better Instagram Videos

Better Instagram Videos Logo

Better Instagram Videos is a browser extension available on the Chrome Web Store that enhances your Instagram experience by allowing easy video playback and volume adjustment.

Features:

  • Playback/seek control
  • Volume control (remembered)
  • Downloadable video
  • Autoskip support
  • Supports all videos on the Instagram except stories section

Usage

After installation, you can use the extension to control video playback and adjust volume on Instagram effortlessly.

Screenshot

Example Video

better-instagram-controls-example.mp4

Contrubition

We welcome contributions from the community! If you have ideas for improvements or find any issues, please open an issue or submit a pull request.

Installation:

  1. Clone the repository:

    git clone https://github.com/emirkabal/better-instagram-videos.git
  2. Navigate to the project directory:

    cd better-instagram-videos
  3. Install dependencies:

    pnpm install
  4. Development area

    pnpm run dev
    # http://localhost:5173/src/controller-demo/index.html
  5. Build the extension:

    pnpm run build
  6. Enable developer mode in Chrome:

    • Open Chrome and go to chrome://extensions/.
    • Toggle on the "Developer mode" switch in the top right corner.
  7. Load the extension:

    • Click on the "Load unpacked" button.
    • Select the dist directory within the project folder.
    • Or you can drag and drop dist directory to extensions area.

The Better Instagram Videos extension should now be installed in your Chrome browser.

Legal

Instagram is a registered trademark. This extension was developed independently of Instagram, by someone who is not related or affiliated with Instagram, without any help or endorsement from them.

License

This project is licensed under the MIT License. See the LICENSE file for more details.