Mute Window (fork) Firefox

Examine source code of Mute Window (fork)

Inspect and view changes in Mute Window (fork) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mute Window (fork)",
  "version": "1.3resigned1",
  "description": "Use \"Ctrl+Shift+U\" or click the icon to mute a window.",
  "icons": {
    "32": "icons/mute_32.png",
    "64": "icons/mute_64.png"
  },
  "commands": {
    "mute-window": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "32": "icons/mute_32.png",
      "64": "icons/mute_64.png"
    },
    "default_title": "Mute Window (Ctrl+Shift+U)"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{aedaee8b-f789-4507-8ec2-7c8dff5ebb20}"
    }
  }
}

Best Mute Window (fork) Alternatives

Here are some Firefox add-ons that are similar to Mute Window (fork):