Like go home

Like go home

Like go home. No more like button in facebook. Post a comment use Words !!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Like go home",
  "version": "1.1.0",
  "author": "Dolores Martin & Tomas Rawski",
  "description": "Like go home. No more like button in facebook. Post a comment use Words !!",
  "icons": {
    "16": "Icon-16.png",
    "48": "Icon-48.png",
    "128": "Icon-128.png"
  },
  "content_scripts": [
    {
      "js": [
        "fbblock_end.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "exclude_matches": [],
      "run_at": "document_end"
    }
  ]
}