Popup Killer Firefox

Examine source code of Popup Killer

Inspect and view changes in Popup Killer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Popup Killer",
  "version": "1.0.1",
  "description": "Selecione manualmente pop-ups e elementos chatos de qualquer site e bloqueie-os para sempre naquele domínio.",
  "browser_specific_settings": {
    "gecko": {
      "id": "popup-killer@local.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Popup Killer"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "picker.css"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Popup Killer Alternatives

Here are some Firefox add-ons that are similar to Popup Killer: