Corporate certificate detector Firefox

Examine source code of Corporate certificate detector

By: jnisigl
Inspect and view changes in Corporate certificate detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Corporate certificate detector",
  "version": "0.1",
  "description": "Many companies force employees to install, or install without the employee's knowledge or consent, corporate certificates to browser trusted CA list. This let them spy secure connections. This extension will display a warning icon in the address bar if any non-built-in root certificate is detected.",
  "icons": {
    "48": "warning.svg",
    "96": "warning.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*/*"
  ],
  "page_action": {
    "default_icon": {
      "19": "warning.svg",
      "38": "warning.svg"
    },
    "browser_style": true
  }
}

Best Corporate certificate detector Alternatives

Here are some Firefox add-ons that are similar to Corporate certificate detector: