Chick/Dick Ratio

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

Apa itu Chick/Dick Ratio?

Chick/Dick Ratio adalah ekstensi Chrome yang dikembangkan oleh xander.deseyn, dan fitur utamanya adalah "This extension displays the female/male ratio for facebook events.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Chick/Dick Ratio

Unduh file ekstensi Chick/Dick Ratio dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Chick/Dick Ratio Chick/Dick Ratio
ID bmfgflaeaflocilaaldbddgifhjkhfge
URL Resmi https://chromewebstore.google.com/detail/chickdick-ratio/bmfgflaeaflocilaaldbddgifhjkhfge
Deskripsi This extension displays the female/male ratio for facebook events.
Ukuran File 301 KB
Jumlah Instalasi 87
Versi Saat Ini 1.3.0
Terakhir Diperbarui 2014-05-15
Tanggal Publikasi 2014-05-15
Penilaian 4.00/5 Total 22 Penilaian
Pengembang xander.deseyn
Tipe Pembayaran free
Situs Ekstensi http://chickdickratio.be
Bahasa yang Didukung 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
    }
}