Hacker News Enhancement Suite Firefox

Examine source code of Hacker News Enhancement Suite

Inspect and view changes in Hacker News Enhancement Suite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Hacker News Enhancement Suite",
  "short_name": "HNES",
  "version": "1.6.0.3",
  "description": "Hacker News Enhanced.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "css": [
        "style.css"
      ],
      "matches": [
        "http://news.ycombinator.com/*",
        "https://news.ycombinator.com/*",
        "http://news.ycombinator.net/*",
        "https://news.ycombinator.net/*",
        "http://hackerne.ws/*",
        "https://hackerne.ws/*",
        "http://news.ycombinator.org/*",
        "https://news.ycombinator.org/*"
      ]
    },
    {
      "run_at": "document_end",
      "all_frames": true,
      "css": [
        "style.css"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/linkify/jquery.linkify-1.0.js",
        "js/linkify/plugins/jquery.linkify-1.0-twitter.js",
        "js/hn.js"
      ],
      "matches": [
        "http://news.ycombinator.com/*",
        "https://news.ycombinator.com/*",
        "http://news.ycombinator.net/*",
        "https://news.ycombinator.net/*",
        "http://hackerne.ws/*",
        "https://hackerne.ws/*",
        "http://news.ycombinator.org/*",
        "https://news.ycombinator.org/*"
      ]
    },
    {
      "matches": [
        "http://hckrnews.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/hn.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/spin.gif",
    "images/unvote.gif",
    "images/tag.svg",
    "templates/comment.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0f0b7a9f-3e3b-4188-8ede-11bc2141272a}"
    }
  }
}

Best Hacker News Enhancement Suite Alternatives

Here are some Firefox add-ons that are similar to Hacker News Enhancement Suite: