ev client (unsupported)
This is no longer supported. I currently maintain Opticlient.
ev client (unsupported)คืออะไร?
ev client (unsupported) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gama และคุณลักษณะหลักของมันคือ "This is no longer supported. I currently maintain Opticlient."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ev client (unsupported)
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| อีเมล | [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"
}
} | |