Mute Tab (WebExtension) Firefox

Examine source code of Mute Tab (WebExtension)

By: Kelvin
Inspect and view changes in Mute Tab (WebExtension) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "version": "0.1.8",
  "name": "Mute Tab",
  "manifest_version": 3,
  "permissions": [
    "storage"
  ],
  "homepage_url": "https://mybrowseraddon.com/mute-tab.html",
  "description": "Easily mute all tabs with just one click!",
  "commands": {
    "_execute_action": {}
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "data/options/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "{95c22bd8-268a-4956-9969-c7e9ba2865a9}"
    }
  },
  "background": {
    "scripts": [
      "lib/config.js",
      "lib/chrome.js",
      "lib/runtime.js",
      "lib/common.js"
    ]
  },
  "action": {
    "default_title": "Mute Tab",
    "default_icon": {
      "16": "data/icons/16.png",
      "32": "data/icons/32.png",
      "48": "data/icons/48.png",
      "64": "data/icons/64.png"
    }
  },
  "icons": {
    "16": "data/icons/16.png",
    "32": "data/icons/32.png",
    "48": "data/icons/48.png",
    "64": "data/icons/64.png",
    "128": "data/icons/128.png"
  }
}

Best Mute Tab (WebExtension) Alternatives

Here are some Firefox add-ons that are similar to Mute Tab (WebExtension):