Opticlient | ev.io

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

ما هو Opticlient | ev.io؟

Opticlient | ev.io هو إضافة Chrome تم تطويرها بواسطة Gama، والميزة الرئيسية لها هي "Adds features, fixes problems & optimizes the game. Made for ev.io!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Opticlient | ev.io

قم بتنزيل ملفات الامتداد Opticlient | ev.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}