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
官方網址 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'"
}