Proxy

Proxy

什么是Proxy?

Proxy是由instwave.com开发的Chrome扩展程序,该扩展的主要功能是“Proxy”。

扩展截图

screenshot

下载Proxy扩展crx文件

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

扩展使用说明

                        Set Proxy.

Update:
2020-07-13
  Remove unused permisions.

2016-10-13
  Make HTTPs requests also go to proxy.

2015-05-06
  Direct access to the proxy web server instead proxying to itself.                    

扩展基本信息

名称 Proxy Proxy
ID nhcefkkpfajnjmkoingaijfopgiomcie
官方URL https://chromewebstore.google.com/detail/proxy/nhcefkkpfajnjmkoingaijfopgiomcie
简介 Proxy
文件大小 33.55 KB
安装次数 164
当前版本 0.0.0.13
更新时间 2020-07-15
上架时间 2016-10-13
评分 3.00/5 共4次评分
开发者 instwave.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19-gray.png",
            "38": "images\/icon-38-gray.png"
        },
        "default_popup": "options\/options.html",
        "default_title": "Proxy server"
    },
    "description": "Proxy",
    "icons": {
        "128": "images\/extension-128.png",
        "48": "images\/extension-48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35.0",
    "name": "Proxy",
    "options_page": "options\/options.html",
    "permissions": [
        "proxy"
    ],
    "version": "0.0.0.13"
}