Tab Group Unloader Firefox

Examine source code of Tab Group Unloader

Inspect and view changes in Tab Group Unloader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tab Group Unloader",
  "version": "1.0.1",
  "description": "Adds a context menu action to unload every tab in the selected tab group.",
  "icons": {
    "16": "icons/unload-16.svg",
    "32": "icons/unload-32.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-group-unloader@addons.gattacus.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "menus",
    "tabs",
    "tabGroups"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Tab Group Unloader Alternatives

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