Open Temp Container Firefox

Examine source code of Open Temp Container

Inspect and view changes in Open 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/webextensions/tree/main/open-temp-container",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "commands": {
    "opennewtab": {
      "description": "Open TC with about:newtab"
    },
    "openinsame": {
      "description": "Open TC with active URL"
    }
  },
  "description": "Open bookmarks, links or tabs in temporary containers",
  "icons": {
    "512": "icon.png"
  },
  "manifest_version": 2,
  "name": "Open Temp Container",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "menus",
    "storage",
    "tabs",
    "bookmarks"
  ],
  "version": "1.3.54",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4908d5d9-b33e-4cae-9cfe-9d7093ae4d9b}"
    }
  }
}

Best Open Temp Container Alternatives

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