Element Blocker 2.0 Firefox

Examine source code of Element Blocker 2.0

Inspect and view changes in Element Blocker 2.0 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Element Blocker",
  "version": "1",
  "description": "Block popups, banners, chat widgets, notification bars, and more from appearing on any website.",
  "applications": {
    "gecko": {
      "id": "{3a7ab27b-6a21-4d44-2fda-5e38f8992556}"
    }
  },
  "icons": {
    "32": "icons/32.png",
    "48": "icons/48.png",
    "64": "icons/64.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Element Blocker",
    "default_popup": "popup/settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "element-blocker.js"
      ],
      "css": [
        "css/element-blocker.css"
      ],
      "run_at": "document_end"
    }
  ],
  "commands": {
    "toggleElementSelectorMode": {
      "suggested_key": {
        "default": "Ctrl+Alt+B",
        "mac": "Command+Alt+B"
      },
      "description": "Toggle element selector mode"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Element Blocker 2.0 Alternatives

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