restrict tab count Firefox

Examine source code of restrict tab count

Inspect and view changes in restrict tab count source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "tab-restrictor",
  "version": "1.0",
  "description": "restrict the number of tabs you can open",
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/tab-48.png"
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "icons": {
    "48": "icons/tab-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{05b06379-6fb1-4295-a6d3-76a63d80c760}"
    }
  }
}

Best restrict tab count Alternatives

Here are some Firefox add-ons that are similar to restrict tab count: