Close Ungrouped Tabs Firefox

Examine source code of Close Ungrouped Tabs

Inspect and view changes in Close Ungrouped Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Close Ungrouped Tabs",
  "version": "1.0",
  "description": "Closes all tabs that are not in any tab group.",
  "permissions": [
    "tabs",
    "tabGroups"
  ],
  "browser_action": {
    "default_title": "Close ungrouped tabs",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ccb5e14d-08c4-44ef-b144-4600a091ad1a}"
    }
  }
}

Best Close Ungrouped Tabs Alternatives

Here are some Firefox add-ons that are similar to Close Ungrouped Tabs: