Cat Feed

Instead of friends, why not cats?

Что такое Cat Feed?

Cat Feed - это расширение Chrome, разработанное catscatscats, и его основная функция - "Instead of friends, why not cats?".

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

screenshot
screenshot

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

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

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

                        Let's face it, Facebook is distracting. But what if there was a way to minimize this distraction while still being just as entertained?

Cue Cat Feed. Cat Feed, adapted from the Kill News Feed extension, is a Chrome extension that replaces all of that white noise from your friends and family and replaces it with a hilarious gif of a cat. After all, who needs friends when you have cats?

That's all there is to it! Start getting stuff done AND stay entertained right meow!                    

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

Название Cat Feed Cat Feed
ID naecimmjiapcbkndhcnjcjalkibkfddi
Официальный URL https://chromewebstore.google.com/detail/cat-feed/naecimmjiapcbkndhcnjcjalkibkfddi
Описание Instead of friends, why not cats?
Размер файла 473 KB
Количество установок 197
Текущая Версия 1.3
Последнее Обновление 2015-10-14
Дата публикации 2015-10-13
Рейтинг 4.30/5 Всего 10 оценок
Разработчик catscatscats
Тип оплаты free
Официальный сайт расширения http://saraclayton.co/catfeed/index.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cat Feed",
    "version": "1.3",
    "description": "Instead of friends, why not cats?",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "cats.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-nyan16.png",
        "48": "images\/icon-nyan48.png",
        "128": "images\/icon-nyan128.png"
    },
    "manifest_version": 2
}