Opticlient | ev.io
Adds features, fixes problems & optimizes the game. Made for ev.io!
Opticlient | ev.io là gì?
Opticlient | ev.io là một tiện ích mở rộng Chrome được phát triển bởi Gama, và tính năng chính của nó là "Adds features, fixes problems & optimizes the game. Made for ev.io!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Opticlient | ev.io
Tải xuống các tệp mở rộng Opticlient | ev.io dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Opticlient | ev.io |
ID | fdlclgkklhlidogcffebkmhanpmpfphh |
URL Chính Thức | https://chromewebstore.google.com/detail/opticlient-evio/fdlclgkklhlidogcffebkmhanpmpfphh |
Mô tả | Adds features, fixes problems & optimizes the game. Made for ev.io! |
Kích Thước Tệp | 30.06 KB |
Số Lần Cài Đặt | 71 |
Phiên Bản Hiện Tại | 2.4.6 |
Cập Nhật Lần Cuối | 2023-12-16 |
Ngày Phát Hành | 2023-06-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Gama |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/1zhb9AbuI0kz9yED3M3Jcp2VM_d7SaucPt5wwpJTr4Kg/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |