https://github.com/redkenrok/browser-tabvolume
Browser add-on for controlling the volume of each tab.
https://github.com/redkenrok/browser-tabvolume
add-on chrome chrome-extension extension
Last synced: 10 months ago
JSON representation
Browser add-on for controlling the volume of each tab.
- Host: GitHub
- URL: https://github.com/redkenrok/browser-tabvolume
- Owner: RedKenrok
- License: isc
- Created: 2017-10-25T13:46:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-29T19:49:35.000Z (over 7 years ago)
- Last Synced: 2025-03-23T20:37:02.870Z (about 1 year ago)
- Topics: add-on, chrome, chrome-extension, extension
- Language: JavaScript
- Homepage:
- Size: 3.31 MB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
[](https://toe-music.bandcamp.com/album/the-book-about-my-idle-plot-on-a-vague-anxiety)
[](https://youtu.be/FGBhQbmPwH8)
## Compatibility
The add-on requires the [tabCapture API](https://developer.chrome.com/extensions/tabCapture) and therefore only works on Google Chrome for now.
## Install
Clone the repository to the a directory on your local drive.
```
git clone git@github.com: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](https://github.com/RedKenrok/Browser-TabVolume/blob/master/LICENSE)