UnlikeForever

UnlikeForever

Removes the ability to like things 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": "UnlikeForever",
  "version": "1.1",
  "description": "Removes the ability to like things on facebook.",
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "matches": [
        "https://www.facebook.com/*"
      ]
    }
  ]
}