ev client (unsupported)
This is no longer supported. I currently maintain Opticlient.
Cos'è ev client (unsupported)?
ev client (unsupported) è un'estensione di Chrome sviluppata da Gama, e la sua funzione principale è "This is no longer supported. I currently maintain Opticlient.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ev client (unsupported)
Scarica i file di estensione ev client (unsupported) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ifoamcioafnhbhakboliekfopmefahip |
| URL Ufficiale | https://chromewebstore.google.com/detail/ev-client-unsupported/ifoamcioafnhbhakboliekfopmefahip |
| Descrizione | This is no longer supported. I currently maintain Opticlient. |
| Dimensione del File | 41.65 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 4.6.4 |
| Ultimo Aggiornamento | 2023-10-26 |
| Data di Pubblicazione | 2022-11-08 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Gama |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing |
| Lingue Supportate | 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"
}
} | |