Tab Deduplicator Firefox

Examine source code of Tab Deduplicator

Inspect and view changes in Tab Deduplicator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Deduplicator",
  "version": "1.3.4",
  "description": "Prevents unintentional duplicate tabs while allowing intentional ones.",
  "permissions": [
    "tabs",
    "webNavigation",
    "notifications",
    "<all_urls>",
    "sessions"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabdeduplicator@example.com"
    }
  }
}

Best Tab Deduplicator Alternatives

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