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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
}
} | |