Tab Cleaner Firefox

Examine source code of Tab Cleaner

Inspect and view changes in Tab Cleaner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Cleaner",
  "description": "Close inactive tabs older than a threshold (minutes) and save them for recovery",
  "version": "1.0",
  "icons": {
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms"
  ],
  "browser_action": {
    "default_icon": "icons/icon64.png",
    "default_title": "Tab Cleaner",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9afceb7b-e708-41ba-a361-4a5ccc028012}",
      "strict_min_version": "120.0"
    }
  }
}

Best Tab Cleaner Alternatives

Here are some Firefox add-ons that are similar to Tab Cleaner: