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 |
| 官方網址 | 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"
}
} | |