Chick/Dick Ratio

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

Qu'est-ce que Chick/Dick Ratio ?

Chick/Dick Ratio est une extension Chrome développée par xander.deseyn, et sa fonction principale est "This extension displays the female/male ratio for facebook events.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Chick/Dick Ratio

Téléchargez les fichiers d'extension Chick/Dick Ratio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Chick/Dick Ratio Chick/Dick Ratio
ID bmfgflaeaflocilaaldbddgifhjkhfge
URL Officiel https://chromewebstore.google.com/detail/chickdick-ratio/bmfgflaeaflocilaaldbddgifhjkhfge
Description This extension displays the female/male ratio for facebook events.
Taille du Fichier 301 KB
Nombre d'Installations 87
Version Actuelle 1.3.0
Dernière Mise à Jour 2014-05-15
Date de Publication 2014-05-15
Évaluation 4.00/5 Total 22 Évaluations
Développeur xander.deseyn
Type de Paiement free
Site Web de l'Extension http://chickdickratio.be
Langues Prises en Charge 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
    }
}