Most of your friends are cats

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

O que é Most of your friends are cats?

Most of your friends are cats é uma extensão do Chrome desenvolvida por Ben Halpern, e sua principal característica é "When you just have to admit that your real friends are the cats in your life.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Most of your friends are cats

Baixe arquivos de extensão Most of your friends are cats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
URL Oficial https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Descrição When you just have to admit that your real friends are the cats in your life.
Tamanho do Arquivo 33.47 KB
Contagem de Instalações 92
Versão Atual 1.0.2
Última Atualização 2014-04-07
Data de Publicação 2014-04-07
Desenvolvedor Ben Halpern
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}