QuietList - Block Words On Websites Firefox

Examine source code of QuietList - Block Words On Websites

Inspect and view changes in QuietList - Block Words On Websites source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QuietList",
  "version": "1.0.0",
  "description": "Mute any word or phrase across every website. Blur or collapse posts, headlines, and comments containing topics you'd rather not see.",
  "browser_specific_settings": {
    "gecko": {
      "id": "quietlist@extension",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_title": "QuietList"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}

Best QuietList - Block Words On Websites Alternatives

Here are some Firefox add-ons that are similar to QuietList - Block Words On Websites: