auto close discarded tabs Firefox

Examine source code of auto close discarded tabs

By: hansu
Inspect and view changes in auto close discarded tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "auto close discarded tabs",
  "version": "0.3.1",
  "description": "Close tabs which is discarded automatically.",
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "alarms",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2718f57b-9ff4-4ecf-8aa3-f16d0184a62a}"
    }
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best auto close discarded tabs Alternatives

Here are some Firefox add-ons that are similar to auto close discarded tabs: