In Or Out
Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)
ما هو In Or Out؟
In Or Out هو إضافة Chrome تم تطويرها بواسطة https://inorout.epicswell.com، والميزة الرئيسية لها هي "Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة In Or Out
قم بتنزيل ملفات الامتداد In Or Out بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension was written to make the task of organizing basketball games easier. There are a handful of people in the world who will find this useful. You are probably not one of them.
معلومات أساسية عن التمديد
الاسم | In Or Out |
ID | pkikmnicaplbfnllcmmakjgapkblpmen |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/in-or-out/pkikmnicaplbfnllcmmakjgapkblpmen |
الوصف | Used with http://inorout.epicswell.com/ to see who is playing basketball (v1.8.1) |
حجم الملف | 90.71 KB |
عدد التثبيتات | 11 |
النسخة الحالية | 1.8.1 |
آخر تحديث | 2015-09-13 |
تاريخ النشر | 2015-09-13 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://inorout.epicswell.com |
نوع الدفع | free |
موقع الإضافة | http://inorout.epicswell.com/ |
عنوان صفحة المساعدة | http://inorout.epicswell.com/ |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "In Or Out", "version": "1.8.1", "manifest_version": 2, "description": "Used with http:\/\/inorout.epicswell.com\/ to see who is playing basketball (v1.8.1)", "icons": { "48": "images\/me_48x48.png" }, "browser_action": { "default_icon": "inorout.png", "default_popup": "popup.html", "default_title": "In Or Out" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "http:\/\/inorout.epicswell.com\/*", "tabs", "notifications", "cookies" ], "web_accessible_resources": [ "images\/me_48x48.png" ] } |