Simultaneous Click To Close Tab Firefox

Examine source code of Simultaneous Click To Close Tab

By: t_w
Inspect and view changes in Simultaneous Click To Close Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simultaneous Click To Close Tab",
  "description": "if click right mouse button and left mouse button at same time, close current tab.",
  "version": "1.0.0",
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "js": [
        "pagescript.js"
      ]
    }
  ],
  "icons": {
    "48": "back48.png",
    "128": "back128.png"
  },
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Simultaneous Click To Close Tab Alternatives

Here are some Firefox add-ons that are similar to Simultaneous Click To Close Tab: