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
What is Remove Say Hi to User From Google+?
Remove Say Hi to User From Google+ is a Chrome extension developed by Rachid Otsmane, and its main feature is "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page".
Extension Screenshots
Download Remove Say Hi to User From Google+ Extension CRX File
Download Remove Say Hi to User From Google+ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Extension Basic Information
Name | |
ID | ljdkehnombdmlknloobjhaahkjopgjcj |
Official URL | https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj |
Description | This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page |
File Size | 2.71 KB |
Installation Count | 21 |
Current Version | 0.1 |
Last Updated | 2013-05-21 |
Publish Date | 2013-05-21 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Rachid Otsmane |
Payment Type | free |
Extension Website | http://www.droid-den.com |
Help Page URL | https://plus.google.com/u/0/113562486592922185062 |
Supported Languages | en |
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" ] } ] } |