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
Co je Remove Say Hi to User From Google+?
Remove Say Hi to User From Google+ je rozšíření Chrome vyvinuté Rachid Otsmane, a jeho hlavní funkcí je „This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Remove Say Hi to User From Google+
Stáhněte si soubory rozšíření Remove Say Hi to User From Google+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Základní Informace o Rozšíření
Název | |
ID | ljdkehnombdmlknloobjhaahkjopgjcj |
Oficiální URL | https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj |
Popis | This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page |
Velikost souboru | 2.71 KB |
Počet instalací | 21 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2013-05-21 |
Datum Vydání | 2013-05-21 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Rachid Otsmane |
Typ Platby | free |
Webové stránky Rozšíření | http://www.droid-den.com |
URL Stránky Nápovědy | https://plus.google.com/u/0/113562486592922185062 |
Podporované Jazyky | 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" ] } ] } |