Most of your friends are cats

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

Qu'est-ce que Most of your friends are cats ?

Most of your friends are cats est une extension Chrome développée par Ben Halpern, et sa fonction principale est "When you just have to admit that your real friends are the cats in your life.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Most of your friends are cats

Téléchargez les fichiers d'extension Most of your friends are cats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
URL Officiel https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Description When you just have to admit that your real friends are the cats in your life.
Taille du Fichier 33.47 KB
Nombre d'Installations 92
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-04-07
Date de Publication 2014-04-07
Développeur Ben Halpern
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}