Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 ..
```