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
Cos'è Remove Say Hi to User From Google+?
Remove Say Hi to User From Google+ è un'estensione di Chrome sviluppata da Rachid Otsmane, e la sua funzione principale è "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove Say Hi to User From Google+
Scarica i file di estensione Remove Say Hi to User From Google+ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Informazioni di Base sull'Estensione
Nome | |
ID | ljdkehnombdmlknloobjhaahkjopgjcj |
URL Ufficiale | https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj |
Descrizione | This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page |
Dimensione del File | 2.71 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2013-05-21 |
Data di Pubblicazione | 2013-05-21 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Rachid Otsmane |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.droid-den.com |
URL della Pagina di Aiuto | https://plus.google.com/u/0/113562486592922185062 |
Lingue Supportate | 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" ] } ] } |