grumpify

type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…

Что такое grumpify?

grumpify - это расширение Chrome, разработанное Unknown, и его основная функция - "type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…".

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

screenshot

Скачать файл CRX расширения grumpify

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

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

                        type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. 

This is a chrome extension that replaces all images on current page to grumpy meow gif.

*Note: the developer doesn't own any right to images used in this extension, they are from all over the internet to spread Love for grumpy meow:) If you are owner of any image, please contact the developer and it will be removed right away.                    

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

Название grumpify grumpify
ID ocohmdjfaoempplhffbnfelcookkajmd
Официальный URL https://chromewebstore.google.com/detail/grumpify/ocohmdjfaoempplhffbnfelcookkajmd
Описание type the magic world "cat", then you will see all images are replaced with the lovely grumpy cat gif. This is a chrome extension…
Размер файла 133 KB
Количество установок 189
Текущая Версия 0.1
Последнее Обновление 2017-05-12
Дата публикации 2017-05-12
Рейтинг 3.33/5 Всего 9 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "grumpify",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "grumpy.png"
    }
}