Chick/Dick Ratio

This extension displays the female/male ratio for facebook events.

Chick/Dick Ratio란 무엇입니까?

Chick/Dick Ratio은(는) xander.deseyn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the female/male ratio for facebook events."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Chick/Dick Ratio 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chick/Dick Ratio enables you to view the female/male ratio for facebook events. Simply got to an event on facebook and click on the icon (in the top-right corner).

Like us on facebook: https://www.facebook.com/pages/ChickDick-Ratio/179423555586599                    

확장 프로그램 기본 정보

이름 Chick/Dick Ratio Chick/Dick Ratio
ID bmfgflaeaflocilaaldbddgifhjkhfge
공식 URL https://chromewebstore.google.com/detail/chickdick-ratio/bmfgflaeaflocilaaldbddgifhjkhfge
설명 This extension displays the female/male ratio for facebook events.
파일 크기 301 KB
설치 횟수 87
현재 버전 1.3.0
최근 업데이트 2014-05-15
출시 날짜 2014-05-15
평점 4.00/5 총 22 개의 평점
개발자 xander.deseyn
결제 유형 free
확장 프로그램 웹 사이트 http://chickdickratio.be
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chick\/Dick Ratio",
    "description": "This extension displays the female\/male ratio for facebook events.",
    "version": "1.3.0",
    "homepage_url": "http:\/\/chickdickratio.be",
    "short_name": "CDR",
    "permissions": [
        "tabs",
        "http:\/\/chickdickratio.jenselz115.115.axc.nl\/"
    ],
    "browser_action": {
        "default_title": "Get Chick\/Dick Ratio",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "oninstall.js"
        ],
        "persistent": false
    }
}