Esportal+
Adds some useful esportal features.
Esportal+ क्या है?
Esportal+ gretastudios द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds some useful esportal features."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Esportal+ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | 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" } } |