Exeedme Enhancer
Adds useful features for a better exeedme experience.
Exeedme Enhancer क्या है?
Exeedme Enhancer JUZKEN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds useful features for a better exeedme experience."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Exeedme Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Exeedme Enhancer is a Chrome extension that enhances the experience on Exeedme.com by adding useful and improving existing features. Features: - Ready up for matches automatically - Show player stats in the match room overview (FACEIT stats) - Join server automatically - more coming soon... All features are configurable to your personal preferences. Developer: https://twitter.com/JuzkenON
एक्सटेंशन की मूल जानकारी
नाम | Exeedme Enhancer |
ID | oegmgbfjcocjmklcgbpjgabacnjjbhik |
आधिकारिक URL | https://chromewebstore.google.com/detail/exeedme-enhancer/oegmgbfjcocjmklcgbpjgabacnjjbhik |
विवरण | Adds useful features for a better exeedme experience. |
फ़ाइल का आकार | 196 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 1.1.4 |
अंतिम अपडेट | 2021-06-08 |
प्रकाशन तिथि | 2021-04-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | JUZKEN |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://twitter.com/JuzkenON |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds useful features for a better exeedme experience.", "version": "1.1.4", "name": "Exeedme Enhancer", "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.exeedme.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "lvl-1.png", "lvl-2.png", "lvl-3.png", "lvl-4.png", "lvl-5.png", "lvl-6.png", "lvl-7.png", "lvl-8.png", "lvl-9.png", "lvl-10.png", "faceit_icon.png" ], "matches": [ "*:\/\/*.exeedme.com\/*" ] } ], "permissions": [ "storage" ] } |