Share Hacker News on Facebook

Share Hacker News on Facebook

Adds a link to each article and comment on Hacker News to let you share on Facebook

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Share Hacker News on Facebook",
  "description": "Adds a link to each article and comment on Hacker News to let you share on Facebook",
  "version": "1.0.0.2",
  "permissions": [
    "https://news.ycombinator.com/"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "hnsc.js",
        "jquery-1.9.1.min.js"
      ]
    }
  ]
}