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
官方網址 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
    }
}