Remove Say Hi to User From Google+

Remove Say Hi to User From Google+

This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Remove Say Hi to User From Google+",
  "version": "0.1",
  "manifest_version": 2,
  "description": "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page",
  "content_scripts": [
    {
      "matches": [
        "https://plus.google.com/*"
      ],
      "css": [
        "gplus.css"
      ]
    }
  ]
}