Content Remover Firefox

Examine source code of Content Remover

Inspect and view changes in Content Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DOM-eraser",
  "version": "0.2",
  "description": "Remove unwanted DOM elements by clicking.",
  "icons": {
    "48": "icons/dom-eraser-icon.svg",
    "96": "icons/dom-eraser-icon.svg"
  },
  "browser_action": {
    "default_icon": "icons/dom-eraser-icon.svg",
    "default_title": "DOM-eraser"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/app.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Content Remover Alternatives

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