Most of your friends are cats

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

Was ist Most of your friends are cats?

Most of your friends are cats ist eine Chrome-Erweiterung, die von Ben Halpern entwickelt wurde, und ihr Hauptmerkmal ist "When you just have to admit that your real friends are the cats in your life.".

Erweiterungsscreenshots

screenshot
screenshot

Most of your friends are cats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Most of your friends are cats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
Offizielle URL https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Beschreibung When you just have to admit that your real friends are the cats in your life.
Dateigröße 33.47 KB
Installationsanzahl 92
Aktuelle Version 1.0.2
Letztes Update 2014-04-07
Veröffentlichungsdatum 2014-04-07
Entwickler Ben Halpern
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}