Force Ctrl+Click to New Tab Firefox

Examine source code of Force Ctrl+Click to New Tab

Inspect and view changes in Force Ctrl+Click to New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Force Ctrl+Click to New Tab",
  "version": "1.1",
  "description": "Ensure Ctrl/Cmd + left-click opens links in a new tab.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{12d4646d-7768-476e-a668-e309a6700e25}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Force Ctrl+Click to New Tab Alternatives

Here are some Firefox add-ons that are similar to Force Ctrl+Click to New Tab: