Video Muter Firefox

Examine source code of Video Muter

Inspect and view changes in Video Muter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Muter",
  "version": "0.1",
  "description": "Mute html5 video with shortkey.",
  "permissions": [
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "pause": {
      "suggested_key": {
        "mac": "Command+Shift+Z"
      },
      "description": "Pause video"
    }
  },
  "manifest_version": 2
}

Best Video Muter Alternatives

Here are some Firefox add-ons that are similar to Video Muter: