Most of your friends are cats

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

Most of your friends are catsとは何ですか?

Most of your friends are catsはBen Halpernによって開発されたChromeの拡張機能で、その主な機能は「When you just have to admit that your real friends are the cats in your life.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Most of your friends are cats拡張機能のCRXファイルをダウンロード

Most of your friends are cats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Most of your friends are cats Most of your friends are cats
ID jlnbchoppkiodnpohcdpaadhlfkpejgn
公式URL https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn
説明 When you just have to admit that your real friends are the cats in your life.
ファイルサイズ 33.47 KB
インストール数 92
現在のバージョン 1.0.2
最終更新日 2014-04-07
公開日 2014-04-07
開発者 Ben Halpern
支払い方法 free
対応言語 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"
            ]
        }
    ]
}