Esportal+
Adds some useful esportal features.
ما هو Esportal+؟
Esportal+ هو إضافة Chrome تم تطويرها بواسطة gretastudios، والميزة الرئيسية لها هي "Adds some useful esportal features.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Esportal+
قم بتنزيل ملفات الامتداد Esportal+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Esportal+ is an extension that enhances the experience on Esportal by adding some simple but useful features.
General:
- Automatically commend teammates
- Automatically accept match
Lobby:
- See players Faceit level
- Latest game stats
- Better win chance estimation
- Suggested veto
Profile:
- See player Faceit level
- See overall stats
- Last 5 games stats
The features are configurable in order to customize your personal experience.
NOTE: Esportal Plus is developed independently, and is not affiliated with Esportal. معلومات أساسية عن التمديد
| الاسم | |
| ID | ifhcmneekidaiocafljckjjldjliidjk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/esportal+/ifhcmneekidaiocafljckjjldjliidjk |
| الوصف | Adds some useful esportal features. |
| حجم الملف | 1.83 MB |
| عدد التثبيتات | 9,060 |
| النسخة الحالية | 2.1.0 |
| آخر تحديث | 2023-01-20 |
| تاريخ النشر | 2022-01-03 |
| تقييم | 4.43/5 مجموع تقييمات 14 |
| المطور | gretastudios |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Esportal+",
"description": "Adds some useful esportal features.",
"version": "2.1.0",
"manifest_version": 3,
"permissions": [
"tabs",
"storage"
],
"host_permissions": [
"https:\/\/api.esportal.com\/*",
"https:\/\/api.faceit.com\/*",
"https:\/\/skovdehem.se\/esp\/*"
],
"icons": {
"16": "\/img\/icons\/icon16.png",
"48": "\/img\/icons\/icon48.png",
"128": "\/img\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"img\/icons\/*",
"img\/faceit\/*",
"img\/ranks\/*",
"img\/maps\/*",
"img\/mvp.svg"
],
"matches": [
"https:\/\/esportal.com\/*"
]
}
],
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/esportal.com\/*"
],
"js": [
"\/content\/api\/latestmatches.js",
"\/content\/api\/match.js",
"\/content\/api\/user.js",
"\/content\/common\/accept.js",
"\/content\/common\/dom.js",
"\/content\/common\/faceit.js",
"\/content\/common\/hide.js",
"\/content\/common\/premium.js",
"\/content\/common\/settings.js",
"\/content\/common\/toggle.js",
"\/content\/common\/utils.js",
"\/content\/lobby\/bestmap.js",
"\/content\/lobby\/lobby.js",
"\/content\/profile\/profile.js",
"\/content\/profile\/history.js",
"\/content\/content.js"
]
}
],
"action": {
"default_icon": "\/img\/icons\/icon48.png",
"default_popup": "\/popup\/popup.html"
},
"background": {
"service_worker": "\/background\/background.js"
}
} | |