Google Logo Replacement Extension

This extension will replace the new Google logo and favicon with the old ones.

Что такое Google Logo Replacement Extension?

Google Logo Replacement Extension - это расширение Chrome, разработанное mackayapps858, и его основная функция - "This extension will replace the new Google logo and favicon with the old ones.".

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

screenshot

Скачать файл CRX расширения Google Logo Replacement Extension

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

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

                                            

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

Название Google Logo Replacement Extension Google Logo Replacement Extension
ID abppbpaeongdmegplnmbibepppgenobi
Официальный URL https://chrome.google.com/webstore/detail/google-logo-replacement-e/abppbpaeongdmegplnmbibepppgenobi
Описание This extension will replace the new Google logo and favicon with the old ones.
Размер файла 4.89 KB
Количество установок 495
Текущая Версия 1.0
Последнее Обновление 2015-09-05
Дата публикации 2015-09-05
Рейтинг 1.75/5 Всего 12 оценок
Разработчик mackayapps858
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Logo Replacement Extension",
    "description": "This extension will replace the new Google logo and favicon with the old ones.",
    "version": "1.0",
    "author": "Byron Mackay",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}