GoGetProxy.com

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

什么是GoGetProxy.com?

GoGetProxy.com是由https://gogetproxy.com开发的Chrome扩展程序,该扩展的主要功能是“Easily surf the Internet with your proxies switching between them in one click.”。

扩展截图

screenshot

下载GoGetProxy.com扩展crx文件

下载GoGetProxy.com扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
隐私政策页面URL 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'"
}