Mute Shortcuts Firefox

Examine source code of Mute Shortcuts

By: egvl
Inspect and view changes in Mute Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MuteShortcuts",
  "version": "1.0",
  "description": "Adds mute functionalities via hotkeys",
  "author": "egvl",
  "commands": {
    "mute-audible": {
      "suggested_key": {
        "default": "Ctrl+Shift+M"
      },
      "description": "Mute all audible tabs"
    },
    "unmute-all": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Unmute/reset all tabs"
    },
    "mute-site": {
      "suggested_key": {
        "default": "Ctrl+Shift+I"
      },
      "description": "Mute specific site"
    },
    "go-to-sound": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Go to an audible tab"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Mute Shortcuts Alternatives

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