ioGround Proxy
The official .io Game Proxy by ioGround
什么是ioGround Proxy?
ioGround Proxy是由ioGround开发的Chrome扩展程序,该扩展的主要功能是“The official .io Game Proxy by ioGround”。
扩展截图
下载ioGround Proxy扩展crx文件
下载ioGround Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on. 扩展基本信息
| 名称 | |
| ID | nlholjcpmlialeabjmdcakbpjfjbbplg |
| 官方URL | https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg |
| 简介 | The official .io Game Proxy by ioGround |
| 文件大小 | 15.79 KB |
| 安装次数 | 832 |
| 当前版本 | 0.22 |
| 更新时间 | 2023-02-20 |
| 上架时间 | 2021-04-03 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | ioGround |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ioground.com |
| 隐私政策页面URL | https://ioground.com/privacy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ioGround Proxy",
"description": "The official .io Game Proxy by ioGround",
"version": "0.22",
"manifest_version": 3,
"permissions": [
"tabs",
"proxy",
"storage",
"webNavigation"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/img\/ioground-proxy-16.png",
"32": "\/img\/ioground-proxy-32.png",
"48": "\/img\/ioground-proxy-48.png",
"128": "\/img\/ioground-proxy-128.png"
}
},
"icons": {
"16": "\/img\/ioground-proxy-16.png",
"32": "\/img\/ioground-proxy-32.png",
"48": "\/img\/ioground-proxy-48.png",
"128": "\/img\/ioground-proxy-128.png"
}
} | |