Mute YouTube ads Firefox

Examine source code of Mute YouTube ads

Inspect and view changes in Mute YouTube ads source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mute Youtube ads",
  "version": "1.0.1",
  "description": "Mutes any www.youtube.com tab when it detects video ads on it. Unmutes the tab when the ads are gone. Backs out on tabs where you manually change the muted state of the tab.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{300093b8-50be-4539-989d-f1c475076a5c}"
    }
  }
}

Best Mute YouTube ads Alternatives

Here are some Firefox add-ons that are similar to Mute YouTube ads: