Chick/Dick Ratio
This extension displays the female/male ratio for facebook events.
Chick/Dick Ratioคืออะไร?
Chick/Dick Ratio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xander.deseyn และคุณลักษณะหลักของมันคือ "This extension displays the female/male ratio for facebook events."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chick/Dick Ratio
ดาวน์โหลดไฟล์ส่วนขยาย 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
}
} | |