Proxy

Proxy

What is Proxy?

Proxy is a Chrome extension developed by instwave.com, and its main feature is "Proxy".

Extension Screenshots

screenshot

Download Proxy Extension CRX File

Download Proxy 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

                        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.                    

Extension Basic Information

Name Proxy Proxy
ID nhcefkkpfajnjmkoingaijfopgiomcie
Official URL https://chromewebstore.google.com/detail/proxy/nhcefkkpfajnjmkoingaijfopgiomcie
Description Proxy
File Size 33.55 KB
Installation Count 164
Current Version 0.0.0.13
Last Updated 2020-07-15
Publish Date 2016-10-13
Rating 3.00/5 Total 4 Ratings
Developer instwave.com
Email [email protected]
Payment Type free
Supported Languages 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"
}