ioGround Proxy

The official .io Game Proxy by ioGround

ioGround Proxy là gì?

ioGround Proxy là một tiện ích mở rộng Chrome được phát triển bởi ioGround, và tính năng chính của nó là "The official .io Game Proxy by ioGround".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ioGround Proxy

Tải xuống các tệp mở rộng ioGround Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The ioGround proxy unblocks all games on ioGround. Simply install the extension and turn the proxy on.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ioGround Proxy ioGround Proxy
ID nlholjcpmlialeabjmdcakbpjfjbbplg
URL Chính Thức https://chromewebstore.google.com/detail/ioground-proxy/nlholjcpmlialeabjmdcakbpjfjbbplg
Mô tả The official .io Game Proxy by ioGround
Kích Thước Tệp 15.79 KB
Số Lần Cài Đặt 832
Phiên Bản Hiện Tại 0.22
Cập Nhật Lần Cuối 2023-02-20
Ngày Phát Hành 2021-04-03
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ioGround
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ioground.com
URL Trang Chính Sách Bảo Mật https://ioground.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}