Hatebook

Hatebook

Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Hatebook",
  "description": "Improves Facebook by adding the capability to 'Hate' the stupid shit your friends post.",
  "version": "0.2.3",
  "icons": {
    "48": "hate48.png"
  },
  "web_accessible_resources": [
    "jquery-2.0.3.min.map",
    "script.js",
    "jquery-2.0.3.min.js",
    "shared.js",
    "middlefinger.png"
  ],
  "content_scripts": [
    {
      "js": [
        "jquery-2.0.3.min.js",
        "jquery.noty.js",
        "top.js",
        "default.js",
        "shared.js",
        "hatebook.js"
      ],
      "matches": [
        "http://*.facebook.com/*",
        "https://*.facebook.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "homepage_url": "http://www.google.com"
}