CleanTabs Firefox

Examine source code of CleanTabs

Inspect and view changes in CleanTabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CleanTabs",
  "version": "1.2",
  "description": "Unload inactive tabs to free up memory",
  "browser_specific_settings": {
    "gecko": {
      "id": "cleantabs@matthiashuebner.at"
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png"
    },
    "default_title": "Clean Tabs",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  }
}

Best CleanTabs Alternatives

Here are some Firefox add-ons that are similar to CleanTabs: