AutoProx

Auto rotating proxy system that connects you to a secure server.

ما هو AutoProx؟

AutoProx هو إضافة Chrome تم تطويرها بواسطة JCZ Studios، والميزة الرئيسية لها هي "Auto rotating proxy system that connects you to a secure server.".

تحميل ملف CRX للإضافة AutoProx

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

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

                        This extension is currently experimental and may not function fully.
Connection is simple! Just hit the icon in the extension bar!
AutoProx uses an API service to retrieve free proxy services and then connects you to them. Since these proxies are random, we can not make any guarantee as to security, privacy, and usability of them.
In case of an error, cycle the extension by clicking the icon twice when connected.                    

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

الاسم AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
عنوان URL الرسمي https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
الوصف Auto rotating proxy system that connects you to a secure server.
حجم الملف 8.28 KB
عدد التثبيتات 35
النسخة الحالية 0.0.0.1
آخر تحديث 2018-01-22
تاريخ النشر 2018-01-22
تقييم 5.00/5 مجموع تقييمات 1
المطور JCZ Studios
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoProx",
    "description": "Auto rotating proxy system that connects you to a secure server.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "assets\/icons\/default.png"
    },
    "browser_action": [],
    "permissions": [
        "proxy",
        ""
    ]
}