Hacker News Link + Comments Firefox

Examine source code of Hacker News Link + Comments

Inspect and view changes in Hacker News Link + Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hacker News Link + Comments",
  "author": "Patrick Kage",
  "description": "Add a button to open both the link and the comments section in separate tabs on Hacker News",
  "version": "2.2.1",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "favicon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "injected.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f1784a2f-85ef-4831-8683-3b0ded9bf6a9}"
    }
  }
}

Best Hacker News Link + Comments Alternatives

Here are some Firefox add-ons that are similar to Hacker News Link + Comments: