Window Session Opening Utility Firefox

Examine source code of Window Session Opening Utility

Inspect and view changes in Window Session Opening Utility source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ContextualIdentities New Window Wrapper",
  "version": "1.0",
  "description": "This extension offers two events for easily creating new windows with a specific contextualIdentitie and offers a mechanism to initialize the new window.",
  "incognito": "spanning",
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "cookies",
    "contextualIdentities"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{192b7a14-cee8-452b-b2ba-8f1a3b5b2a17}",
      "strict_min_version": "110.0"
    }
  }
}

Best Window Session Opening Utility Alternatives

Here are some Firefox add-ons that are similar to Window Session Opening Utility: