RemoveElement Firefox

Examine source code of RemoveElement

By: sa1hon
Inspect and view changes in RemoveElement source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "RemoveElement",
  "version": "0.0.6",
  "description": "Remove HTML elements from the right-click context menu",
  "icons": {
    "16": "icons/icon-16.png",
    "19": "icons/icon-19.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_end",
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/removeElement.js"
      ]
    }
  ],
  "manifest_version": 2
}

Best RemoveElement Alternatives

Here are some Firefox add-ons that are similar to RemoveElement: