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ファイルをダウンロード

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

拡張機能の使用方法

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