Open in Temp Container Firefox

Examine source code of Open in Temp Container

Inspect and view changes in Open in Temp Container source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/open-in-temp-container",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar",
    "theme_icons": [
      {
        "light": "dark.png",
        "dark": "light.png",
        "size": 512
      }
    ]
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Toolbar Action"
    },
    "opennewtab": {
      "description": "Open newtab in temp container"
    },
    "openinsame": {
      "description": "Open newtab in same container as current tab"
    }
  },
  "description": "Open the page,tab,link or bookmark in a new temporary container tab",
  "icons": {
    "512": "icon.svg"
  },
  "manifest_version": 2,
  "name": "Open in Temp Container",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "<all_urls>",
    "contextualIdentities",
    "cookies",
    "menus",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "optional_permissions": [
    "bookmarks",
    "history"
  ],
  "version": "1.1.51",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4908d5d9-b33e-4cae-9cfe-9d7093ae4d9b}"
    }
  }
}

Best Open in Temp Container Alternatives

Here are some Firefox add-ons that are similar to Open in Temp Container: