GoGetProxy.com

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

What is GoGetProxy.com?

GoGetProxy.com is a Chrome extension developed by https://gogetproxy.com, and its main feature is "Easily surf the Internet with your proxies switching between them in one click.".

Extension Screenshots

screenshot

Download GoGetProxy.com Extension CRX File

Download GoGetProxy.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GoGetProxy.com GoGetProxy.com
ID fkajooepbhkiodamlelheipaobgimhgn
Official URL https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn
Description Easily surf the Internet with your proxies switching between them in one click.
File Size 70.05 KB
Installation Count 1,302
Current Version 1.0
Last Updated 2016-12-15
Publish Date 2016-12-15
Rating 4.29/5 Total 7 Ratings
Developer https://gogetproxy.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://gogetproxy.com/en/tos
Supported Languages 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'"
}