Mute My Browser

Mute My Browser

Single click enough to mute/unmute and pause all the videos and audios that are playing in the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.4",
  "manifest_version": 3,
  "name": "Mute My Browser",
  "description": "Single click enough to mute/unmute and pause all the videos and audios that are playing in the browser",
  "action": {},
  "icons": {
    "16": "/icons/unmuted/icon16.png",
    "32": "/icons/unmuted/icon32.png",
    "128": "/icons/unmuted/icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ]
}