Open Links in Background Firefox

Examine source code of Open Links in Background

By: Grok7 Add-on
Inspect and view changes in Open Links in Background source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto Open Links in Background",
  "version": "2.1",
  "description": "Automatically opens clicked links in background tabs",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{41e1ec48-2508-4d4b-935f-075baa7d0333}",
      "strict_min_version": "58.0"
    }
  }
}

Best Open Links in Background Alternatives

Here are some Firefox add-ons that are similar to Open Links in Background: