Close Other Tabs (Shortcut) Firefox

Examine source code of Close Other Tabs (Shortcut)

Inspect and view changes in Close Other Tabs (Shortcut) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Close Other Tabs (Shortcut)",
  "version": "1.0.0",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "commands": {
    "close-other-tabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "Close all other tabs in current window"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "new31415926536@gmail.com",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Close Other Tabs (Shortcut) Alternatives

Here are some Firefox add-ons that are similar to Close Other Tabs (Shortcut):