Skip to content

Google Chrome extension that automatically mutes Twitch streams you have open but are not watching. Very handy when following several streams at once.

License

Notifications You must be signed in to change notification settings

flawyte/twitch-multi-stream-auto-mute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ⬇

Reminders (for myself)

Zipping

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