DoubleClickjacking Protection Firefox

Examine source code of DoubleClickjacking Protection

Inspect and view changes in DoubleClickjacking Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DoubleClickjacking Protection",
  "version": "1.1",
  "description": "Requires mouse movement, keyboard key pressing or screen touch before enabling buttons to prevent DoubleClickjacking attacks.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "doubleclickjacking-protection@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Best DoubleClickjacking Protection Alternatives

Here are some Firefox add-ons that are similar to DoubleClickjacking Protection: