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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |