Ad Mute Firefox

Examine source code of Ad Mute

By: Ben
Inspect and view changes in Ad Mute source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Ad Mute",
  "version": "1.4.1",
  "description": "Mutes the player when ads are playing and skips them when possible. (Twitch, YouTube)",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "host_permissions": [
    "*://*.twitch.tv/*",
    "*://*.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*"
      ],
      "js": [
        "twitch.js"
      ]
    },
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "youtube.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{85156fa3-c5e3-44ba-988a-3a07c1487398}"
    }
  }
}

Best Ad Mute Alternatives

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