Unload All Tabs Firefox

Examine source code of Unload All Tabs

Inspect and view changes in Unload All Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Unload All Tabs",
  "version": "1.0",
  "description": "Discard inactive tabs to free memory.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "unload-all-tabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Unload all inactive tabs"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9c50f491-3205-465d-81b2-c4050f694bfe}"
    }
  }
}

Best Unload All Tabs Alternatives

Here are some Firefox add-ons that are similar to Unload All Tabs: