Chick/Dick Ratio
This extension displays the female/male ratio for facebook events.
What is Chick/Dick Ratio?
Chick/Dick Ratio is a Chrome extension developed by xander.deseyn, and its main feature is "This extension displays the female/male ratio for facebook events.".
Extension Screenshots
Download Chick/Dick Ratio Extension CRX File
Download Chick/Dick Ratio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | bmfgflaeaflocilaaldbddgifhjkhfge |
| Official URL | https://chromewebstore.google.com/detail/chickdick-ratio/bmfgflaeaflocilaaldbddgifhjkhfge |
| Description | This extension displays the female/male ratio for facebook events. |
| File Size | 301 KB |
| Installation Count | 87 |
| Current Version | 1.3.0 |
| Last Updated | 2014-05-15 |
| Publish Date | 2014-05-15 |
| Rating | 4.00/5 Total 22 Ratings |
| Developer | xander.deseyn |
| Payment Type | free |
| Extension Website | http://chickdickratio.be |
| Supported Languages | 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
}
} | |