Account Per Container Firefox

Examine source code of Account Per Container

By: 田生
Inspect and view changes in Account Per Container source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.1.3",
  "default_locale": "en",
  "icons": {
    "48": "icon.svg"
  },
  "permissions": [
    "storage",
    "contextualIdentities",
    "cookies",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "page_action": {
    "browser_style": true,
    "default_popup": "pageaction.html",
    "default_title": "__MSG_extensionButtonTitle__",
    "default_icon": "icon-blue.svg"
  },
  "options_ui": {
    "browser_style": false,
    "page": "options.html"
  },
  "incognito": "not_allowed",
  "applications": {
    "gecko": {
      "id": "{bb1b34f2-0bfd-4bf5-a2b0-dd9d0a2faf01}",
      "strict_min_version": "60.0"
    }
  }
}

Best Account Per Container Alternatives

Here are some Firefox add-ons that are similar to Account Per Container: