Hide Unwanted Elements (by Name too)! Firefox

Examine source code of Hide Unwanted Elements (by Name too)!

Inspect and view changes in Hide Unwanted Elements (by Name too)! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Nick's Element Hider",
  "version": "2.3.0",
  "description": "Hides elements on a webpage based on user-defined rules.",
  "permissions": [
    "activeTab",
    "storage",
    "menus",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Nick's Element Hider"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "images/icon.png",
    "32": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "options_ui": {
    "page": "settings/settings.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3378c726-35ee-4ed2-9422-b29fcf7f2e6a}"
    }
  }
}

Best Hide Unwanted Elements (by Name too)! Alternatives

Here are some Firefox add-ons that are similar to Hide Unwanted Elements (by Name too)!: