Persistent Mute Site Firefox

Examine source code of Persistent Mute Site

Inspect and view changes in Persistent Mute Site source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Persistent Mute Site",
  "version": "1.0",
  "description": "Allows to instantly mute/unmute all tabs from a website. Will remember your muted sites even after browser restart.",
  "icons": {
    "48": "icons/unmute.svg",
    "96": "icons/unmute.svg"
  },
  "permissions": [
    "tabs",
    "menus",
    "storage"
  ],
  "page_action": {
    "default_icon": "icons/unmute.svg",
    "default_title": "Toggle Mute Site"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@persistent-mute",
      "data_collection_permissions": {
        "required": [
          "browsingActivity"
        ]
      }
    }
  }
}

Best Persistent Mute Site Alternatives

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