Auto Mute Plus

Auto Mute Plus

Fork of Auto mute. Takes the mute new tab functionality and adds a toggle button, a whitelist, a blacklist, mute all tabs and unmute all tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "autoMutePlus@rogerskeie",
      "strict_min_version": "45.0a1"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "menus"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "description": "__MSG_extensionDescription__",
  "manifest_version": 2,
  "name": "__MSG_autoMutePlus__",
  "default_locale": "en",
  "version": "1.9",
  "icons": {
    "48": "icons/icon_muted.svg"
  },
  "browser_action": {
    "default_icon": "icons/icon_muted.svg",
    "default_title": "Click to disable auto mute."
  }
}