Element er Pro Firefox

Examine source code of Element er Pro

Inspect and view changes in Element er Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Element Hider Pro",
  "version": "1.0.0",
  "description": "Pick elements on a page to hide them (display:none). Rules are saved per-site. Undo/Clear from popup.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Element Hider Pro",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "element-hider-pro-addon@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Best Element er Pro Alternatives

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