HN Pop-up Firefox

Examine source code of HN Pop-up

Inspect and view changes in HN Pop-up source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hacker News User Link Pop-up",
  "version": "3.0",
  "description": "Hover on a Hacker News user link to see their profile",
  "manifest_version": 2,
  "permissions": [
    "https://news.ycombinator.com/*",
    "https://hacker-news.firebaseio.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png",
    "256": "icon256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{321b0989-8f8f-460d-ace4-3ede299264de}"
    }
  }
}

Best HN Pop-up Alternatives

Here are some Firefox add-ons that are similar to HN Pop-up: