MuteTab Firefox

Examine source code of MuteTab

Inspect and view changes in MuteTab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MuteTab",
  "description": "Mute tabs by url",
  "version": "2.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cfd3cfdec47af585dd6777d02038d4b04ec99c46@MuteTab",
      "strict_min_version": "42.0"
    }
  },
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "browserAction/index.html",
    "default_title": "MuteTab"
  },
  "page_action": {
    "default_icon": {
      "64": "icons/icon.png"
    },
    "default_popup": "pageAction/index.html",
    "default_title": "MuteTab"
  }
}

Best MuteTab Alternatives

Here are some Firefox add-ons that are similar to MuteTab: