Chick/Dick Ratio
This extension displays the female/male ratio for facebook events.
Wat is Chick/Dick Ratio?
Chick/Dick Ratio is een Chrome-extensie ontwikkeld door xander.deseyn, en de belangrijkste functie is "This extension displays the female/male ratio for facebook events.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chick/Dick Ratio
Download Chick/Dick Ratio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bmfgflaeaflocilaaldbddgifhjkhfge |
| Officiële URL | https://chromewebstore.google.com/detail/chickdick-ratio/bmfgflaeaflocilaaldbddgifhjkhfge |
| Beschrijving | This extension displays the female/male ratio for facebook events. |
| Bestandsgrootte | 301 KB |
| Aantal Installaties | 87 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2014-05-15 |
| Publicatiedatum | 2014-05-15 |
| Beoordeling | 4.00/5 Totaal 22 Beoordelingen |
| Ontwikkelaar | xander.deseyn |
| Betalingswijze | free |
| Extensiewebsite | http://chickdickratio.be |
| Ondersteunde Talen | 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
}
} | |