(zero-forked) Facebook Container Firefox

Examine source code of (zero-forked) Facebook Container

By: Zero
Inspect and view changes in (zero-forked) Facebook Container source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "(zero-forked) Facebook Container",
  "version": "2.3.13",
  "incognito": "not_allowed",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "/img/icon.svg",
    "96": "/img/icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "contain-facebook@itsze.ro",
      "strict_min_version": "67.0"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "/img/fbc-icon-dark.svg",
    "default_title": "Facebook Container",
    "default_popup": "panel.html",
    "theme_icons": [
      {
        "light": "/img/fbc-icon.svg",
        "dark": "/img/fbc-icon-dark.svg",
        "size": 16
      },
      {
        "light": "/img/fbc-icon.svg",
        "dark": "/img/fbc-icon-dark.svg",
        "size": 32
      }
    ]
  },
  "permissions": [
    "<all_urls>",
    "browsingData",
    "contextualIdentities",
    "cookies",
    "management",
    "storage",
    "tabs",
    "webRequestBlocking",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "psl.min.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_script.css"
      ]
    }
  ]
}

Best (zero-forked) Facebook Container Alternatives

Here are some Firefox add-ons that are similar to (zero-forked) Facebook Container: