Better Facebook Container Firefox

Examine source code of Better Facebook Container

By: GenNext
Inspect and view changes in Better Facebook Container source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better Facebook Container",
  "version": "2.0.2",
  "default_locale": "en",
  "description": "__MSG_extensionDescription__",
  "icons": {
    "48": "/img/icon.svg",
    "96": "/img/icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "@better-facebook-container",
      "strict_min_version": "57.0"
    }
  },
  "homepage_url": "https://github.com/GenNextAU/better-facebook-container",
  "browser_action": {
    "browser_style": true,
    "default_icon": "/img/fbc-icon2.svg",
    "default_title": "Better Facebook Container",
    "default_popup": "panel.html",
    "theme_icons": [
      {
        "light": "/img/fbc-icon.svg",
        "dark": "/img/fbc-icon2.svg",
        "size": 16
      },
      {
        "light": "/img/fbc-icon.svg",
        "dark": "/img/fbc-icon2.svg",
        "size": 32
      }
    ]
  },
  "permissions": [
    "<all_urls>",
    "browsingData",
    "contextualIdentities",
    "cookies",
    "management",
    "storage",
    "tabs",
    "webRequestBlocking",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_script.css"
      ]
    }
  ]
}

Best Better Facebook Container Alternatives

Here are some Firefox add-ons that are similar to Better Facebook Container: