Most of your friends are cats

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

Vad är Most of your friends are cats?

Most of your friends are cats är en Chrome-tillägg utvecklad av Ben Halpern, och dess huvudfunktion är "When you just have to admit that your real friends are the cats in your life.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Most of your friends are cats-förlängningens CRX-fil

Ladda ner Most of your friends are cats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
Officiell webbadress https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Beskrivning When you just have to admit that your real friends are the cats in your life.
Filstorlek 33.47 KB
Antal Installationer 92
Aktuell Version 1.0.2
Senast Uppdaterad 2014-04-07
Publiceringsdatum 2014-04-07
Utvecklare Ben Halpern
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}