New Window Block Firefox

Examine source code of New Window Block

By: HG
Inspect and view changes in New Window Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "New Window Block",
  "version": "1.1",
  "description": "Blocks new tabs/windows for blocked domains.",
  "permissions": [
    "storage",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "new.window.block@hgexample1.com"
    }
  }
}

Best New Window Block Alternatives

Here are some Firefox add-ons that are similar to New Window Block: