Window Session Opening Utility Firefox

Examine source code of Window Session Opening Utility

提供元: Dennis V.
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"
    }
  }
}

ベストのWindow Session Opening Utility代替案

Window Session Opening Utilityに類似したFirefox add-onをいくつか紹介します: