Cricketism Fantasy League
Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…
ما هو Cricketism Fantasy League؟
Cricketism Fantasy League هو إضافة Chrome تم تطويرها بواسطة Karthik Srinivasan، والميزة الرئيسية لها هي "Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cricketism Fantasy League
قم بتنزيل ملفات الامتداد Cricketism Fantasy League بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group called Cricketism. معلومات أساسية عن التمديد
| الاسم | |
| ID | ipkcgbmkjeabphgknkeiabfebhlpknip |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/cricketism-fantasy-league/ipkcgbmkjeabphgknkeiabfebhlpknip |
| الوصف | Cricketism Fantasy League - This extension helps in the calculating points for the Cricket fantasy game played in a facebook group… |
| حجم الملف | 61.21 KB |
| عدد التثبيتات | 35 |
| النسخة الحالية | 0.0.1.5 |
| آخر تحديث | 2015-02-15 |
| تاريخ النشر | 2015-02-14 |
| تقييم | 3.50/5 مجموع تقييمات 2 |
| المطور | Karthik Srinivasan |
| نوع الدفع | free |
| موقع الإضافة | https://www.facebook.com/groups/cricketism |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cricketism Fantasy League",
"version": "0.0.1.5",
"offline_enabled": true,
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/www.espncricinfo.com\/*\/engine\/match\/*"
],
"js": [
"jquery.min.js",
"content.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'",
"page_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |