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文件
下载Opticlient | ev.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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! 扩展基本信息
| 名称 | |
| 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"
}
} | |