Opticlient | ev.io

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

Co to jest Opticlient | ev.io?

Opticlient | ev.io to rozszerzenie Chrome opracowane przez Gama, a jego główną funkcją jest „Adds features, fixes problems & optimizes the game. Made for ev.io!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Opticlient | ev.io

Pobierz pliki rozszerzeń Opticlient | ev.io w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Opticlient | ev.io Opticlient | ev.io
ID fdlclgkklhlidogcffebkmhanpmpfphh
Oficjalny URL https://chromewebstore.google.com/detail/opticlient-evio/fdlclgkklhlidogcffebkmhanpmpfphh
Opis Adds features, fixes problems & optimizes the game. Made for ev.io!
Rozmiar pliku 30.06 KB
Liczba instalacji 71
Aktualna Wersja 2.4.6
Ostatnia Aktualizacja 2023-12-16
Data Publikacji 2023-06-03
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Gama
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing
Obsługiwane Języki 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"
    }
}