Persistent Element Zapper Firefox

Examine source code of Persistent Element Zapper

Inspect and view changes in Persistent Element Zapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "A Persistent Element Zapper",
  "version": "1.2",
  "description": "Remove annoying elements on websites, permanently. Android compatible. No telemetry, all data is kept local.",
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "PersistentElementZapper@OpenAddons.null",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Persistent Element Zapper",
    "default_icon": "icon.svg"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best Persistent Element Zapper Alternatives

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