Duplicate Tab Detector Firefox

Examine source code of Duplicate Tab Detector

By: lpelov
Inspect and view changes in Duplicate Tab Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Duplicate Tab Detector",
  "version": "2.5.3",
  "description": "Automatically detects and closes duplicate tabs in your current window or across all windows for a cleaner browsing experience.",
  "permissions": [
    "tabs",
    "storage",
    "windows"
  ],
  "background": {
    "page": "background.html"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/dd-16.png",
      "48": "images/dd-48.png",
      "128": "images/dd-128.png"
    }
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+D",
        "mac": "Alt+D"
      }
    }
  },
  "icons": {
    "16": "images/dd-16.png",
    "48": "images/dd-48.png",
    "128": "images/dd-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "duplicate-tab-detector@addons.mozilla.org"
    }
  }
}

Best Duplicate Tab Detector Alternatives

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