Skip to content

Commit 1173be8

Browse files
committed
📝Update README + screenshots
1 parent 8efaa36 commit 1173be8

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

README.md

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,44 @@
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.
86

97
## Screenshots
108

119
<div align="center">
1210

13-
[![Screenshot Chrome Bandcamp](screenshots/chrome-bandcamp.png)](https://toe-music.bandcamp.com/album/the-book-about-my-idle-plot-on-a-vague-anxiety)
14-
15-
[![Screenshot Chrome YouTube](screenshots/chrome-youtube.png)](https://youtu.be/FGBhQbmPwH8)
11+
[![Screenshot Brave YouTube](screenshots/youtube.png)](https://youtu.be/qguEGR5BK2k)
12+
[![Screenshot Brave Twitch](screenshots/forsen.png)](https://youtu.be/-GEHyAfV4OI)
1613

1714
</div>
1815

1916
## Compatibility
2017

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+
![screenshot2](https://user-images.githubusercontent.com/64147848/228734049-1e16ee90-804b-4412-bd86-c799dda84d77.png)
2232

23-
## Install
33+
4. Click on the `Load unpacked` button and select the directory where the extension is placed.
2434

25-
Clone the repository to the a directory on your local drive.
35+
5. Done, Enjoy.
2636

27-
```
28-
git clone git@github.com:RedKenrok/Browser-TabVolume.git
29-
```
37+
![happi](https://github.com/yungsamd17/Volume-Control/assets/64147848/3b63cb6b-04e4-497f-8f16-c9b7e0091dbd)
3038

31-
Then install the add-on to your browser.
39+
## Credits
3240

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)
3842

3943
## License
4044

screenshots/forsen.png

374 KB
Loading

screenshots/youtube.png

200 KB
Loading

0 commit comments

Comments
 (0)