ev client (unsupported)
This is no longer supported. I currently maintain Opticlient.
ev client (unsupported) क्या है?
ev client (unsupported) Gama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is no longer supported. I currently maintain Opticlient."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ev client (unsupported) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: [21 total] - Ad blocker - Disabled CapsLock - Optimized memory management - Faster clan deployment - Fixed resetting settings bug - The game will no longer ask for permission to close - Silenced debug messages **(in the console) - Disabled Sticky Keys during gameplay - Removed tips - Removed some menu clutter - Optimized movement code - Added a misc comments section to the main menu - Removed unnecessary HUD keybind displays - Fixed screen flashing white before a page loads on ev.io - Play on any map with any game mode - Submenu: - - Mute audio - - Message keybind - - Toggle crouch - - Game repair tools - - Backup savedata
एक्सटेंशन की मूल जानकारी
नाम | ev client (unsupported) |
ID | ifoamcioafnhbhakboliekfopmefahip |
आधिकारिक URL | https://chromewebstore.google.com/detail/ev-client-unsupported/ifoamcioafnhbhakboliekfopmefahip |
विवरण | This is no longer supported. I currently maintain Opticlient. |
फ़ाइल का आकार | 41.65 KB |
स्थापना संख्या | 46 |
वर्तमान संस्करण | 4.6.4 |
अंतिम अपडेट | 2023-10-26 |
प्रकाशन तिथि | 2022-11-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Gama |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ev client (unsupported)", "version": "4.6.4", "description": "This is no longer supported. I currently maintain Opticlient.", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/ev.io\/*", "https:\/\/ev.io\/*?*", "https:\/\/staging.ev.io\/*", "https:\/\/staging.ev.io\/*?*" ], "run_at": "document_start", "js": [ "b.js" ] }, { "matches": [ "https:\/\/ev.io\/", "https:\/\/ev.io\/?*", "https:\/\/staging.ev.io\/", "https:\/\/staging.ev.io\/?*" ], "run_at": "document_start", "js": [ "a.js" ] } ], "icons": { "16": "i.png", "32": "i.png", "48": "i.png", "128": "i.png" } } |