close tab right click Firefox

Examine source code of close tab right click

Inspect and view changes in close tab right click source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "close-tab-right-click",
  "version": "1.3.1",
  "description": "Close tab from right click context menu.",
  "icons": {
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png"
  },
  "background": {
    "scripts": [
      "src/close-tab-right-click.js",
      "src/main.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "close-tab-right-click@kakakikikeke.blogspot.com"
    }
  },
  "permissions": [
    "menus",
    "tabs",
    "storage",
    "history"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "default_locale": "en"
}

Best close tab right click Alternatives

Here are some Firefox add-ons that are similar to close tab right click: