VG News

Makes the front page of VG.no look like Hacker News.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VG News",
  "description": "Makes the front page of VG.no look like Hacker News.",
  "manifest_version": 2,
  "version": "0.4.0",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.vg.no/*"
      ],
      "js": [
        "jquery-3.1.1.min.js",
        "vgnews.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "128.png"
  ]
}