Long Press New Tab Firefox

Examine source code of Long Press New Tab

Inspect and view changes in Long Press New Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Long Press New Tab",
  "description": "Open links as background tabs by clicking links and holding",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "run_at": "document_start",
      "js": [
        "js/contentscript.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "Long_Press_New_Tab_senna5150ando@gmail.com",
      "strict_min_version": "57.0"
    }
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "minimum_chrome_version": "22",
  "permissions": [
    "tabs",
    "downloads",
    "clipboardWrite",
    "clipboardRead"
  ],
  "version": "3.2resigned1"
}

Best Long Press New Tab Alternatives

Here are some Firefox add-ons that are similar to Long Press New Tab: