Camerfirma certificate detector Firefox

Examine source code of Camerfirma certificate detector

By: jnisigl
Inspect and view changes in Camerfirma certificate detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Camerfirma certificate detector",
  "version": "0.1",
  "description": "Camerfirma CA is not trusted anymore. This addon will let you know if the website is using one of their certificates.",
  "icons": {
    "48": "danger.svg",
    "96": "danger.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://*/*"
  ],
  "page_action": {
    "default_icon": {
      "19": "danger.svg",
      "38": "danger.svg"
    },
    "browser_style": true
  }
}

Best Camerfirma certificate detector Alternatives

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