Most of your friends are cats

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

Wat is Most of your friends are cats?

Most of your friends are cats is een Chrome-extensie ontwikkeld door Ben Halpern, en de belangrijkste functie is "When you just have to admit that your real friends are the cats in your life.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Most of your friends are cats

Download Most of your friends are cats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
Officiële URL https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Beschrijving When you just have to admit that your real friends are the cats in your life.
Bestandsgrootte 33.47 KB
Aantal Installaties 92
Huidige Versie 1.0.2
Laatst Bijgewerkt 2014-04-07
Publicatiedatum 2014-04-07
Ontwikkelaar Ben Halpern
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}