Browser Harden Firefox

Examine source code of Browser Harden

By: Leo
Inspect and view changes in Browser Harden source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Browser Harden",
  "version": "1.4",
  "description": "Remove JS clutter and improve your privacy",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Browser Harden Alternatives

Here are some Firefox add-ons that are similar to Browser Harden: