Opticlient | ev.io
Adds features, fixes problems & optimizes the game. Made for ev.io!
Opticlient | ev.io란 무엇입니까?
Opticlient | ev.io은(는) Gama에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds features, fixes problems & optimizes the game. Made for ev.io!"입니다.
확장 프로그램 스크린샷
Opticlient | ev.io 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |