BazQux Reader: open links in background tab Firefox

Examine source code of BazQux Reader: open links in background tab

Inspect and view changes in BazQux Reader: open links in background tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "BazQux Reader: open links in background tab",
  "short_name": "BazQux Reader bg",
  "description": "Enables 'b' keyboard shortcut to open links in backround tab in BazQux Reader",
  "version": "1.0.10resigned1",
  "manifest_version": 2,
  "icons": {
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://*.bazqux.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.bazqux.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e093166-4cb5-4fa9-a99b-836947a14a1d}"
    }
  }
}

Best BazQux Reader: open links in background tab Alternatives

Here are some Firefox add-ons that are similar to BazQux Reader: open links in background tab: