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
Wat is Remove Say Hi to User From Google+?
Remove Say Hi to User From Google+ is een Chrome-extensie ontwikkeld door Rachid Otsmane, en de belangrijkste functie is "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Say Hi to User From Google+
Download Remove Say Hi to User From Google+-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Basisinformatie over de Extensie
Naam | |
ID | ljdkehnombdmlknloobjhaahkjopgjcj |
Officiële URL | https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj |
Beschrijving | This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page |
Bestandsgrootte | 2.71 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-05-21 |
Publicatiedatum | 2013-05-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Rachid Otsmane |
Betalingswijze | free |
Extensiewebsite | http://www.droid-den.com |
Help Pagina-URL | https://plus.google.com/u/0/113562486592922185062 |
Ondersteunde Talen | 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" ] } ] } |