Duplicate Tabs Remover Firefox

Examine source code of Duplicate Tabs Remover

By: 17sho
Inspect and view changes in Duplicate Tabs Remover source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Duplicate Tab Remover",
  "version": "1.0",
  "description": "Removes duplicate tabs based on URL",
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_title": "Remove Duplicate Tabs",
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg",
      "48": "icon.svg"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{271dfd78-f6f3-4550-b076-20dd3e626d57}"
    }
  }
}

Best Duplicate Tabs Remover Alternatives

Here are some Firefox add-ons that are similar to Duplicate Tabs Remover: