Close Old Tabs Firefox

Examine source code of Close Old Tabs

By: Steve Add-on
Inspect and view changes in Close Old Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_popup": "action_popup.html"
  },
  "background": {
    "scripts": [
      "background.mjs"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{89601f55-129c-49d5-bae7-9bd9dead7f4f}",
      "strict_min_version": "115.0"
    }
  },
  "default_locale": "en",
  "description": "Add menus to close tabs not accessed before some cutoff",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Close Old Tabs",
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "menus",
    "storage"
  ],
  "short_name": "CloseOldTabs",
  "version": "1.0.2.289"
}

Best Close Old Tabs Alternatives

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