Blur: hide selected text and media Firefox

Examine source code of Blur: hide selected text and media

Inspect and view changes in Blur: hide selected text and media source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Blur",
  "description": "Blur any highlighted text or media on a page.",
  "version": "1.0.3",
  "permissions": [
    "contextMenus",
    "scripting",
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "src/popup.html"
  },
  "author": "aleksandrhovhannisyan@gmail.com",
  "background": {
    "type": "module",
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e729764e-472b-4d03-93ec-f0b2cb6300fa}",
      "strict_min_version": "109.0"
    }
  }
}

Best Blur: hide selected text and media Alternatives

Here are some Firefox add-ons that are similar to Blur: hide selected text and media: