Windows:
# Change the path to match your Chrome or Chromium Installation
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --enable-tab-audio-muting
Mac:
# Chromium
# Change the path to match your Chrome or Chromium Installation
/Applications/Chromium.app/Contents/MacOS/Chromium --enable-tab-audio-muting'
# Google Chrome (with escaped spaces)
# Change the path to match your Chrome or Chromium Installation
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --enable-tab-audio-muting
Linux:
# Chromium
chromium-browser --enable-tab-audio-muting
# Google Chrome
google-chrome --enable-tab-audio-muting
Isso exige que todas as outras janelas sejam fechadas.