Skip to content

spookier/youtube-easy-volume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyVolume for YouTube

A Chrome extension that simplifies your YouTube experience by providing precise and easy volume control

gimped

Screenshot from 2023-12-06 20-52-50

Features

  • Real-time volume control slider in YouTube videos
  • Improved volume slider, allowing for precise audio adjustments
  • Easy to use: simply install the extension and start using it on any YouTube video

The problem with YouTube's volume slider

YouTube's volume control design increments or decrements the volume level in steps of 3-5% rather than 1% increments

While these larger steps make it easier and quicker for most users to adjust the volume to a noticeably different level, they can be less ideal for situations where fine-tuning is required

My solution

EasyVolume for YouTube fills this gap by enabling you to fine-tune the volume with 1% increments

This finer control allows users to set the volume at the exact level that suits their preference, their environment, or the specific requirements of the media they are consuming

It's the perfect tool for users who need fine-grained audio adjustments for their YouTube videos


Installation

  1. Install Node.js ( I recommend LTS or higher, but any version at or above 15 will work )
  2. Download the source files from the release page or clone this repository to your local machine
  3. Navigate to the downloaded directory in your terminal or command prompt and run the following command:
npm run install-and-build
  1. Open Google Chrome and navigate to "chrome://extensions"
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode (on the top right of your chrome page)
  3. Click the "Load unpacked" button and select the cloned repository's directory