Unload Tab Firefox

Examine source code of Unload Tab

By: Js
Inspect and view changes in Unload Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Unload Tab",
  "description": "Unload tabs to free up resources",
  "version": "1.4.0",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "unload-tab-c": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "Unload Current Tab"
    }
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3fdb2a9-f31a-4f12-b7b3-085aba679868}"
    }
  }
}

Best Unload Tab Alternatives

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