|
1 | | -# Tab Volume |
2 | | - |
3 | | -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. |
4 | | - |
5 | | -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. |
6 | | - |
7 | | -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. |
| 1 | +<p align="left"> |
| 2 | + <img src="https://raw.githubusercontent.com/yungsamd17/Volume-Control/master/chrome/icons/64.png"> |
| 3 | + <h1><b>Volume Control</b></h1> |
| 4 | +</p> |
| 5 | +Volume Control allows you to set different volume levels per tab in chrome. 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 preveously selected volume levels for each domain and use those when loading up the page again. |
8 | 6 |
|
9 | 7 | ## Screenshots |
10 | 8 |
|
11 | 9 | <div align="center"> |
12 | 10 |
|
13 | | - [](https://toe-music.bandcamp.com/album/the-book-about-my-idle-plot-on-a-vague-anxiety) |
14 | | - |
15 | | - [](https://youtu.be/FGBhQbmPwH8) |
| 11 | + [](https://youtu.be/qguEGR5BK2k) |
| 12 | + [](https://youtu.be/-GEHyAfV4OI) |
16 | 13 |
|
17 | 14 | </div> |
18 | 15 |
|
19 | 16 | ## Compatibility |
20 | 17 |
|
21 | | -The add-on requires the [tabCapture API](https://developer.chrome.com/extensions/tabCapture) and therefore only works on Google Chrome for now. |
| 18 | +The add-on requires the [tabCapture API](https://developer.chrome.com/extensions/tabCapture) and therefore it only works on Google Chrome or Chromium-based browsers (e.g. Brave, Edge, Opera). |
| 19 | + |
| 20 | +# Install |
| 21 | +## Download: [**HERE**](https://github.com/yungsamd17/Twitch-Addons/releases)👈 |
| 22 | + |
| 23 | +Here is a short guide how to install an unpacked extension on Google Chrome or Chromium-based browsers (e.g. Brave, Edge, Opera). |
| 24 | + |
| 25 | +1. Unzip the folder. |
| 26 | + |
| 27 | +2. Place the folder somewhere you might not remove it by mistake. |
| 28 | + |
| 29 | +3. Open the `Extensions` page `chrome://extensions/` in the browser and turn on the `Developer mode`. |
| 30 | + |
| 31 | + |
22 | 32 |
|
23 | | -## Install |
| 33 | +4. Click on the `Load unpacked` button and select the directory where the extension is placed. |
24 | 34 |
|
25 | | -Clone the repository to the a directory on your local drive. |
| 35 | +5. Done, Enjoy. |
26 | 36 |
|
27 | | -``` |
28 | | -git clone git@github.com:RedKenrok/Browser-TabVolume.git |
29 | | -``` |
| 37 | + |
30 | 38 |
|
31 | | -Then install the add-on to your browser. |
| 39 | +## Credits |
32 | 40 |
|
33 | | -On Google Chrome: |
34 | | -1. Go to `chrome://extensions` using the URL bar. |
35 | | -2. In the top right enable `Developer mode`. |
36 | | -3. Click on `Load unpacked`, navigate to the location of the repository. |
37 | | -4. Select the `src` directory and click on `ok`. |
| 41 | +Forked from [RedKenrok/Browser-TabVolume](https://github.com/RedKenrok/Browser-TabVolume) |
38 | 42 |
|
39 | 43 | ## License |
40 | 44 |
|
|
0 commit comments