HNhance

HNhance

Adds extra functions to Hacker News

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [],
      "js": [
        "jquery-1.11.3.min.js",
        "hnhance.js"
      ],
      "matches": [
        "*://news.ycombinator.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "http://api.4chan.org/",
    "https://api.4chan.org/"
  ],
  "web_accessible_resources": [
    "hnhance.css",
    "groovepaper.png",
    "theme-default.css",
    "theme-georgify.css",
    "theme-georgify-monokai.css",
    "theme-modern.css",
    "theme-segoe.css"
  ],
  "name": "HNhance",
  "version": "1.4",
  "description": "Adds extra functions to Hacker News",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}