ioGround Proxy

The official .io Game Proxy by ioGround

ما هو ioGround Proxy؟

ioGround Proxy هو إضافة Chrome تم تطويرها بواسطة ioGround، والميزة الرئيسية لها هي "The official .io Game Proxy by ioGround".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ioGround Proxy

قم بتنزيل ملفات الامتداد ioGround Proxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم ioGround Proxy ioGround Proxy
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
عنوان صفحة سياسة الخصوصية 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"
    }
}