Most of your friends are cats

When you just have to admit that your real friends are the cats in your life.

Что такое Most of your friends are cats?

Most of your friends are cats - это расширение Chrome, разработанное Ben Halpern, и его основная функция - "When you just have to admit that your real friends are the cats in your life.".

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

screenshot
screenshot

Скачать файл CRX расширения Most of your friends are cats

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

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

                        This Chrome extension turns most of your Facebook friends into cats, to better reflect your true friends in life. It's a lifestyle statement really.

The extension was made by Ben Halpern (@bhalp1) and you can tweet at me if you have a suggestion for future a future application or if you wanna give me money or something.                    

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

Название Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
Официальный URL https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Описание When you just have to admit that your real friends are the cats in your life.
Размер файла 33.47 KB
Количество установок 92
Текущая Версия 1.0.2
Последнее Обновление 2014-04-07
Дата публикации 2014-04-07
Разработчик Ben Halpern
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Most of your friends are cats",
    "description": "When you just have to admit that your real friends are the cats in your life.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ]
}