Automatic Tab Group Organizer Firefox

Examine source code of Automatic Tab Group Organizer

By: Jabed Add-on
Inspect and view changes in Automatic Tab Group Organizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Automatic Tab Group Organizer",
  "version": "1.6.2",
  "description": "Automatically groups your tabs by domain with smart thresholds and custom rules.",
  "permissions": [
    "tabs",
    "tabGroups",
    "storage",
    "alarms"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "automatic-tab-group-organizer@jabed.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "service_worker": "background.bundle.js",
    "scripts": [
      "background.bundle.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Automatic Tab Group Organizer Alternatives

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