AudioZapper - What You See Is What You Hear

AudioZapper - What You See Is What You Hear

Listen to audio on focused tab only, muting all others. To keep the audio on the background: pin tab or open a separate window

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "icon/frame_08_delay-0.03s.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "name": "AudioZapper - What You See Is What You Hear",
  "version": "1.1.0",
  "description": "Listen to audio on focused tab only, muting all others. To keep the audio on the background: pin tab or open a separate window",
  "background": {
    "persisten": false,
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}