Tabs De Clutter Firefox

Examine source code of Tabs De Clutter

By: mije
Inspect and view changes in Tabs De Clutter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tabs De Clutter",
  "version": "1.1",
  "description": "Close duplicate tabs and bookmark window all tabs to catch up later",
  "permissions": [
    "tabs",
    "activeTab",
    "bookmarks",
    "storage",
    "contextMenus",
    "downloads",
    "https://api.openai.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@tabs_de_clutter",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon.png"
  }
}

Best Tabs De Clutter Alternatives

Here are some Firefox add-ons that are similar to Tabs De Clutter: