Opticlient | ev.io

Adds features, fixes problems & optimizes the game. Made for ev.io!

Was ist Opticlient | ev.io?

Opticlient | ev.io ist eine Chrome-Erweiterung, die von Gama entwickelt wurde, und ihr Hauptmerkmal ist "Adds features, fixes problems & optimizes the game. Made for ev.io!".

Erweiterungsscreenshots

screenshot

Opticlient | ev.io-Erweiterungs-CRX-Datei herunterladen

Laden Sie Opticlient | ev.io-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Opticlient | ev.io Opticlient | ev.io
ID fdlclgkklhlidogcffebkmhanpmpfphh
Offizielle URL https://chromewebstore.google.com/detail/opticlient-evio/fdlclgkklhlidogcffebkmhanpmpfphh
Beschreibung Adds features, fixes problems & optimizes the game. Made for ev.io!
Dateigröße 30.06 KB
Installationsanzahl 71
Aktuelle Version 2.4.6
Letztes Update 2023-12-16
Veröffentlichungsdatum 2023-06-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Gama
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing
Unterstützte Sprachen 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"
    }
}