Most of your friends are cats

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

Co to jest Most of your friends are cats?

Most of your friends are cats to rozszerzenie Chrome opracowane przez Ben Halpern, a jego główną funkcją jest „When you just have to admit that your real friends are the cats in your life.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Most of your friends are cats

Pobierz pliki rozszerzeń Most of your friends are cats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
Oficjalny URL https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Opis When you just have to admit that your real friends are the cats in your life.
Rozmiar pliku 33.47 KB
Liczba instalacji 92
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-04-07
Data Publikacji 2014-04-07
Deweloper Ben Halpern
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}