Close All Duplicate Tabs Firefox

Examine source code of Close All Duplicate Tabs

Inspect and view changes in Close All Duplicate Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "igorlogius",
  "homepage_url": "https://github.com/igorlogius/close-all-duplicate-tabs",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar"
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "options_ui": {
    "page": "options.html"
  },
  "name": "Close All Duplicate Tabs",
  "description": "Shows the total amount of duplicate tabs and allows to quickly and easily close them",
  "permissions": [
    "storage",
    "cookies",
    "tabs"
  ],
  "version": "1.0.10",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ff5fdbd-64eb-4c8c-89f0-ee8245ad322a}"
    }
  }
}

Best Close All Duplicate Tabs Alternatives

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