Close Tab by Double Right Click Firefox

Examine source code of Close Tab by Double Right Click

Inspect and view changes in Close Tab by Double Right Click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Close Tab by Double Right Click",
  "version": "1.1.3",
  "manifest_version": 2,
  "description": "Close tab by double right clicking anywhere on the page. Inspired by \"Rights To Close\" legacy extension for Mozilla Firefox.",
  "homepage_url": "https://webextensions.org/",
  "icons": {
    "16": "images/double-click-16x16.png",
    "128": "images/double-click-128x128.png"
  },
  "offline_enabled": true,
  "permissions": [
    "<all_urls>",
    "contextMenus",
    "storage",
    "tabs"
  ],
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "background": {
    "page": "background.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6f6ede9c-d2e0-4c2c-b77d-eb98b801892c}"
    }
  }
}

Best Close Tab by Double Right Click Alternatives

Here are some Firefox add-ons that are similar to Close Tab by Double Right Click: