Opticlient | ev.io

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

Vad är Opticlient | ev.io?

Opticlient | ev.io är en Chrome-tillägg utvecklad av Gama, och dess huvudfunktion är "Adds features, fixes problems & optimizes the game. Made for ev.io!".

Tilläggsskärmbilder

screenshot

Ladda ner Opticlient | ev.io-förlängningens CRX-fil

Ladda ner Opticlient | ev.io-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Opticlient | ev.io Opticlient | ev.io
ID fdlclgkklhlidogcffebkmhanpmpfphh
Officiell webbadress https://chromewebstore.google.com/detail/opticlient-evio/fdlclgkklhlidogcffebkmhanpmpfphh
Beskrivning Adds features, fixes problems & optimizes the game. Made for ev.io!
Filstorlek 30.06 KB
Antal Installationer 71
Aktuell Version 2.4.6
Senast Uppdaterad 2023-12-16
Publiceringsdatum 2023-06-03
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Gama
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing
Stödda Språk 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"
    }
}