Element Remover Firefox

Examine source code of Element Remover

Inspect and view changes in Element Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Element Remover",
  "description": "Hide unwanted elements on any webpage",
  "version": "1.0.2",
  "manifest_version": 3,
  "action": {
    "default_title": "Element Remover",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "ui.js",
        "ui.css",
        "icons/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "element-remover@prmworks.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Element Remover Alternatives

Here are some Firefox add-ons that are similar to Element Remover: