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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | bmfgflaeaflocilaaldbddgifhjkhfge |
| 官方URL | 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
}
} | |