GoGetProxy.com

Easily surf the Internet with your proxies switching between them in one click.

ما هو GoGetProxy.com؟

GoGetProxy.com هو إضافة Chrome تم تطويرها بواسطة https://gogetproxy.com، والميزة الرئيسية لها هي "Easily surf the Internet with your proxies switching between them in one click.".

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

screenshot

تحميل ملف CRX للإضافة GoGetProxy.com

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

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

                        Easily surf the Internet with your proxies switching between them in one click.

Proxy servers' features are very extensive: 
- keep anonymity online
- get access to blocked resources
- increase download speed

Extension works only with proxy servers in your account on GoGetProxy.com                    

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

الاسم GoGetProxy.com GoGetProxy.com
ID fkajooepbhkiodamlelheipaobgimhgn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn
الوصف Easily surf the Internet with your proxies switching between them in one click.
حجم الملف 70.05 KB
عدد التثبيتات 1,302
النسخة الحالية 1.0
آخر تحديث 2016-12-15
تاريخ النشر 2016-12-15
تقييم 4.29/5 مجموع تقييمات 7
المطور https://gogetproxy.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://gogetproxy.com/en/tos
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGetProxy.com",
    "description": "Easily surf the Internet with your proxies switching between them in one click.",
    "version": "1.0",
    "permissions": [
        "https:\/\/gogetproxy.com\/*",
        "tabs",
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "options_ui": {
        "page": "options.htm",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_title": "GoGetProxy.com",
        "default_popup": "popup.htm"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}