Skip to content

Browser add-on for controlling the volume of each tab.

License

Notifications You must be signed in to change notification settings

RedKenrok/Browser-TabVolume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tab Volume

Tab volume allows you to control volume levels per tab in in the browser. The volume levels are mapped exponentially this means 50 is a gain of 0.25, 100 is a gain of 1, and 200 is a gain of 4. It remembers previously selected volume levels for each domain and use those when activating the pop-up again.

The extension works by using the capture tab functionality. It records and returns the audio of the tab whilst passing it through a gain filter that is controlled by the pop-up.

Due to security limitations placed upon the tab capture function the extension will run as soon as the button for it is clicked as the active tab permission needs to be invoked.

Screenshots

Screenshot Chrome Bandcamp

Screenshot Chrome YouTube

Compatibility

The add-on requires the tabCapture API and therefore only works on Google Chrome for now.

Install

Clone the repository to the a directory on your local drive.

git clone [email protected]:RedKenrok/Browser-TabVolume.git

Then install the add-on to your browser.

On Google Chrome:

  1. Go to chrome://extensions using the URL bar.
  2. In the top right enable Developer mode.
  3. Click on Load unpacked, navigate to the location of the repository.
  4. Select the src directory and click on ok.

License

ISC license

About

Browser add-on for controlling the volume of each tab.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published