Hide Google Play Link

Hides the Google Play link in the Google bar.

Что такое Hide Google Play Link?

Hide Google Play Link - это расширение Chrome, разработанное dan, и его основная функция - "Hides the Google Play link in the Google bar.".

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

screenshot

Скачать файл CRX расширения Hide Google Play Link

Скачайте файлы расширений Hide Google Play Link в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        If you are an iPhone user like me, than you likely don't care about Google Play, even if it is new.                    

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

Название Hide Google Play Link Hide Google Play Link
ID lgdcogjbngjjjeohgjbpjnellddcokok
Официальный URL https://chrome.google.com/webstore/detail/hide-google-play-link/lgdcogjbngjjjeohgjbpjnellddcokok
Описание Hides the Google Play link in the Google bar.
Размер файла 2.66 KB
Количество установок 725
Текущая Версия 1.0
Последнее Обновление 2012-03-30
Дата публикации 2012-03-30
Рейтинг 3.33/5 Всего 3 оценок
Разработчик dan
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide Google Play Link",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Hides the Google Play link in the Google bar.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.google.com\/"
    ]
}