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文件

下载ev client (unsupported)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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