Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hormesiel/twitch-multi-stream-auto-mute
Google Chrome extension that automatically mutes Twitch streams you have open but are not watching. Very handy when following several streams at once.
https://github.com/hormesiel/twitch-multi-stream-auto-mute
browser-extension chrome-extension chrome-extensions twitch twitch-tv twitchtv
Last synced: 2 months ago
JSON representation
Google Chrome extension that automatically mutes Twitch streams you have open but are not watching. Very handy when following several streams at once.
- Host: GitHub
- URL: https://github.com/hormesiel/twitch-multi-stream-auto-mute
- Owner: hormesiel
- License: mit
- Created: 2021-05-06T17:58:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T15:00:27.000Z (7 months ago)
- Last Synced: 2024-08-03T02:04:23.280Z (5 months ago)
- Topics: browser-extension, chrome-extension, chrome-extensions, twitch, twitch-tv, twitchtv
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/twitch-multi-stream-auto/dnjockganjfnlkfengbekkkbplpfpold
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitch Multi Stream Auto-Mute
This extension allows you to **follow multiple Twitch streams at once** without hearing the sound of all open streams, but only the one you're currently watching.
Every time you switch tab to another Twitch stream, the one you leave is automatically muted and the one you start watching is automatically unmuted. So whether you have 1, 2 or 10 streams open in 1, 2 or 10 different tabs, **you'll only ever hear the sound of the one you're currently on**.
## Get it on the Chrome Webstore!
⬇ Install the extension by clicking on the image below ⬇
[](https://chrome.google.com/webstore/detail/twitch-multi-stream-auto/dnjockganjfnlkfengbekkkbplpfpold)
## Reminders (for myself)
### Zipping
```bash
TMSAM_VERSION=X.Y.Z
cd twitch-multi-stream-auto-mute/
zip twitch-multi-stream-auto-mute-v$TMSAM_VERSION.zip icon/128.png background-service-worker.js content-script.js manifest.json
mv twitch-multi-stream-auto-mute-v$TMSAM_VERSION.zip ..
cd ..
```