Auto Close Tabs Firefox

Examine source code of Auto Close Tabs

Inspect and view changes in Auto Close Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Close Tabs",
  "version": "1.0",
  "description": "Closes tabs after a specified time interval, keeping the first opened tab open.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "webNavigation",
    "storage"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bbe44cb9-229e-455a-bb1d-cd0be4109fbb}"
    }
  }
}

Best Auto Close Tabs Alternatives

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