ev client (unsupported)

This is no longer supported. I currently maintain Opticlient.

ev client (unsupported)란 무엇입니까?

ev client (unsupported)은(는) Gama에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is no longer supported. I currently maintain Opticlient."입니다.

확장 프로그램 스크린샷

screenshot

ev client (unsupported) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Features: [21 total]
- Ad blocker
- Disabled CapsLock
- Optimized memory management
- Faster clan deployment
- Fixed resetting settings bug
- The game will no longer ask for permission to close
- Silenced debug messages **(in the console)
- Disabled Sticky Keys during gameplay
- Removed tips
- Removed some menu clutter
- Optimized movement code
- Added a misc comments section to the main menu
- Removed unnecessary HUD keybind displays
- Fixed screen flashing white before a page loads on ev.io
- Play on any map with any game mode
- Submenu: 
- - Mute audio
- - Message keybind
- - Toggle crouch
- - Game repair tools
- - Backup savedata                    

확장 프로그램 기본 정보

이름 ev client (unsupported) ev client (unsupported)
ID ifoamcioafnhbhakboliekfopmefahip
공식 URL https://chromewebstore.google.com/detail/ev-client-unsupported/ifoamcioafnhbhakboliekfopmefahip
설명 This is no longer supported. I currently maintain Opticlient.
파일 크기 41.65 KB
설치 횟수 46
현재 버전 4.6.4
최근 업데이트 2023-10-26
출시 날짜 2022-11-08
평점 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": "ev client (unsupported)",
    "version": "4.6.4",
    "description": "This is no longer supported. I currently maintain Opticlient.",
    "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"
    }
}