NoClickjack Firefox

Examine source code of NoClickjack

Inspect and view changes in NoClickjack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoClickjack",
  "version": "2019.10.3.3",
  "description": "Shows clickjack attempts and displays CryptoColor® indicator when enabled",
  "icons": {
    "96": "Icons/MainIcon.png"
  },
  "developer": {
    "name": "StrikeForce Technologies, Inc.",
    "url": "https://www.strikeforcetech.com/"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "NoClickjack",
    "default_popup": "popup.html",
    "default_icon": "Icons/MainIcon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "tabs",
    "*://*/*",
    "http://*/*",
    "https://*/*"
  ]
}

Best NoClickjack Alternatives

Here are some Firefox add-ons that are similar to NoClickjack: