Close All Tabs open Firefox

Examine source code of Close All Tabs open

Inspect and view changes in Close All Tabs open source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Close All Tabs",
  "description": "Close all open tabs. Optionally close pinned tabs and incognito mode tabs. Keyboard Shortcut: Alt + W.",
  "version": "0.0.8",
  "author": "browsernative.com",
  "homepage_url": "https://browsernative.com/close-all-tabs-extension/",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "Close All Tabs",
    "browser_style": false
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{cbada40c-8e02-4bde-8316-eb80afe98fb5}"
    }
  }
}

Best Close All Tabs open Alternatives

Here are some Firefox add-ons that are similar to Close All Tabs open: