Opticlient | ev.io
Adds features, fixes problems & optimizes the game. Made for ev.io!
Cos'è Opticlient | ev.io?
Opticlient | ev.io è un'estensione di Chrome sviluppata da Gama, e la sua funzione principale è "Adds features, fixes problems & optimizes the game. Made for ev.io!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Opticlient | ev.io
Scarica i file di estensione Opticlient | ev.io 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
A great extension for any competitively focused ev.io player!
_
Designed by xen0 (https://ev.io/user/377329).
Developed by Izzy (https://ev.io/user/384023).
_
Source code @ https://bit.ly/opticlient-src for anyone who wants to see it! Informazioni di Base sull'Estensione
| Nome | |
| ID | fdlclgkklhlidogcffebkmhanpmpfphh |
| URL Ufficiale | https://chromewebstore.google.com/detail/opticlient-evio/fdlclgkklhlidogcffebkmhanpmpfphh |
| Descrizione | Adds features, fixes problems & optimizes the game. Made for ev.io! |
| Dimensione del File | 30.06 KB |
| Conteggio Installazioni | 71 |
| Versione Corrente | 2.4.6 |
| Ultimo Aggiornamento | 2023-12-16 |
| Data di Pubblicazione | 2023-06-03 |
| 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": "Opticlient | ev.io",
"version": "2.4.6",
"description": "Adds features, fixes problems & optimizes the game. Made for ev.io!",
"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"
}
} | |