Most of your friends are cats

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

Apa itu Most of your friends are cats?

Most of your friends are cats adalah ekstensi Chrome yang dikembangkan oleh Ben Halpern, dan fitur utamanya adalah "When you just have to admit that your real friends are the cats in your life.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Most of your friends are cats

Unduh file ekstensi Most of your friends are cats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
URL Resmi https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
Deskripsi When you just have to admit that your real friends are the cats in your life.
Ukuran File 33.47 KB
Jumlah Instalasi 92
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2014-04-07
Tanggal Publikasi 2014-04-07
Pengembang Ben Halpern
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}