Clean Up Google Homepage

This extension removes the footer, the About and Store links, and any promotions from the Google homepage.

Что такое Clean Up Google Homepage?

Clean Up Google Homepage - это расширение Chrome, разработанное David Yang, и его основная функция - "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".

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

screenshot
screenshot

Скачать файл CRX расширения Clean Up Google Homepage

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

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

                        Icon courtesy of https://icons8.com/                    

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

Название Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
Официальный URL https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Описание This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Размер файла 4.83 KB
Количество установок 72
Текущая Версия 0.0.0.2
Последнее Обновление 2018-02-16
Дата публикации 2018-02-15
Рейтинг 3.00/5 Всего 2 оценок
Разработчик David Yang
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Up Google Homepage",
    "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_title": "Clean Up Google Homepage"
    }
}