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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}