HN Beautify

HN Beautify

This extension makes HN more readable and pleasant.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HN Beautify",
  "description": "This extension makes HN more readable and pleasant.",
  "version": "1.0.1",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/",
        "*://news.ycombinator.com/new*",
        "*://news.ycombinator.com/show",
        "*://news.ycombinator.com/ask"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}