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

Что такое Remove Say Hi to User From Google+?

Remove Say Hi to User From Google+ - это расширение Chrome, разработанное Rachid Otsmane, и его основная функция - "This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Remove Say Hi to User From Google+

Скачайте файлы расширений Remove Say Hi to User From Google+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Remove Say Hi to User From Google+ Remove Say Hi to User From Google+
ID ljdkehnombdmlknloobjhaahkjopgjcj
Официальный URL https://chrome.google.com/webstore/detail/remove-say-hi-to-user-fro/ljdkehnombdmlknloobjhaahkjopgjcj
Описание This extension removes the big green Hangouts card on Google+ asking you to say Hi to a user when on their profile page
Размер файла 2.71 KB
Количество установок 21
Текущая Версия 0.1
Последнее Обновление 2013-05-21
Дата публикации 2013-05-21
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Rachid Otsmane
Тип оплаты free
Официальный сайт расширения http://www.droid-den.com
URL страницы помощи https://plus.google.com/u/0/113562486592922185062
Поддерживаемые языки 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"
            ]
        }
    ]
}