Most of your friends are cats

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

Co je Most of your friends are cats?

Most of your friends are cats je rozšíření Chrome vyvinuté Ben Halpern, a jeho hlavní funkcí je „When you just have to admit that your real friends are the cats in your life.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Most of your friends are cats

Stáhněte si soubory rozšíření Most of your friends are cats ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
Oficiální URL https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Popis When you just have to admit that your real friends are the cats in your life.
Velikost souboru 33.47 KB
Počet instalací 92
Aktuální Verze 1.0.2
Poslední Aktualizace 2014-04-07
Datum Vydání 2014-04-07
Vývojář Ben Halpern
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}