Close All Tabs Button Firefox

Examine source code of Close All Tabs Button

Inspect and view changes in Close All Tabs Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "close-all-tabs-single@codefisher.org",
      "strict_min_version": "42.0"
    }
  },
  "author": "Michael Buckley",
  "background": {
    "scripts": [
      "close-all-tabs-background.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "16": "icons/16-tabs-delete.png",
      "24": "icons/24-tabs-delete.png",
      "32": "icons/32-tabs-delete.png",
      "48": "icons/48-tabs-delete.png"
    },
    "default_title": "__MSG_closeAllTabsTooltip__"
  },
  "default_locale": "en_US",
  "description": "Close all the the currently open tabs.",
  "homepage_url": "https://codefisher.org/toolbar_button/",
  "icons": {
    "16": "icons/16-tabs-delete.png",
    "24": "icons/24-tabs-delete.png",
    "32": "icons/32-tabs-delete.png",
    "48": "icons/48-tabs-delete.png"
  },
  "manifest_version": 2,
  "name": "Close All Tabs Button",
  "options_ui": {
    "browser_style": true,
    "page": "option/option.html"
  },
  "permissions": [
    "storage"
  ],
  "version": "1.4resigned1"
}

Best Close All Tabs Button Alternatives

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