Page Element Blocker Firefox

Examine source code of Page Element Blocker

Inspect and view changes in Page Element Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cookie Popup Blocker",
  "description": "Lets you hide annoying popups",
  "version": "1.0",
  "icons": {
    "150": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "jquery-3.1.1.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{56c7ba6a-b08f-4a20-8ae5-657fa82f770c}"
    }
  }
}

Best Page Element Blocker Alternatives

Here are some Firefox add-ons that are similar to Page Element Blocker: