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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}