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 to jest Remove Say Hi to User From Google+?

Remove Say Hi to User From Google+ to rozszerzenie Chrome opracowane przez Rachid Otsmane, a jego główną funkcją jest „This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Remove Say Hi to User From Google+

Pobierz pliki rozszerzeń Remove Say Hi to User From Google+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Remove Say Hi to User From Google+ Remove Say Hi to User From Google+
ID ljdkehnombdmlknloobjhaahkjopgjcj
Oficjalny URL https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj
Opis This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Rozmiar pliku 2.71 KB
Liczba instalacji 21
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-05-21
Data Publikacji 2013-05-21
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Rachid Otsmane
Typ Płatności free
Strona Rozszerzenia http://www.droid-den.com
Adres URL Strony Pomocy https://plus.google.com/u/0/113562486592922185062
Obsługiwane Języki 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"
            ]
        }
    ]
}