Open in Private Window Firefox

Examine source code of Open in Private Window

Inspect and view changes in Open in Private Window source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Open in Private Window",
  "version": "1.0.0",
  "description": "Open url or page in private window. Will open in new tab in same private windows if it already exists.",
  "icons": {
    "48": "icon.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "menus",
    "storage"
  ],
  "background": {
    "scripts": [
      "main.js",
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{97e914a7-b5d7-4ad9-bb4f-b09b36ea6901}",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Open in Private Window Alternatives

Here are some Firefox add-ons that are similar to Open in Private Window: