Opticlient | ev.io

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

Opticlient | ev.io क्या है?

Opticlient | ev.io Gama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds features, fixes problems & optimizes the game. Made for ev.io!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Opticlient | ev.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Opticlient | ev.io Opticlient | ev.io
ID fdlclgkklhlidogcffebkmhanpmpfphh
आधिकारिक URL https://chromewebstore.google.com/detail/opticlient-evio/fdlclgkklhlidogcffebkmhanpmpfphh
विवरण Adds features, fixes problems & optimizes the game. Made for ev.io!
फ़ाइल का आकार 30.06 KB
स्थापना संख्या 71
वर्तमान संस्करण 2.4.6
अंतिम अपडेट 2023-12-16
प्रकाशन तिथि 2023-06-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Gama
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing
समर्थित भाषाएँ 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"
    }
}