Disable Tab Detach Firefox

Examine source code of Disable Tab Detach

Inspect and view changes in Disable Tab Detach source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "0.0.6resigned1",
  "author": "Matt Hensman <m@matt.tf>",
  "browser_specific_settings": {
    "gecko": {
      "id": "disable_tab_detach@matt.tf",
      "strict_min_version": "55.0"
    }
  },
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "commands": {
    "moveTabToNewWindow": {
      "suggested_key": {
        "default": "Ctrl+Alt+N"
      },
      "description": "Move current tab to a new window"
    },
    "pauseExtension": {
      "suggested_key": {
        "default": "Ctrl+Alt+P"
      },
      "description": "Temporarily pause extension"
    }
  },
  "default_locale": "en",
  "manifest_version": 2,
  "page_action": {},
  "permissions": [
    "menus",
    "tabs"
  ]
}

Best Disable Tab Detach Alternatives

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