Disable tabs Firefox

Examine source code of Disable tabs

By: vyryls
Inspect and view changes in Disable tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Disable tabs",
  "version": "0.1",
  "description": "Opens all new tabs in a new window",
  "homepage_url": "https://git.sr.ht/vyryls/disabletabs",
  "icons": {
    "32": "icons/32.png"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/32.png",
    "default_title": "Disable tabs"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "disabletabs@vyryls.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Disable tabs Alternatives

Here are some Firefox add-ons that are similar to Disable tabs: