Direct Proxy

Simply switch the browser proxy between using direct connection and using system settings.

What is Direct Proxy?

Direct Proxy is a Chrome extension developed by Jiaqin Xu, and its main feature is "Simply switch the browser proxy between using direct connection and using system settings.".

Extension Screenshots

screenshot

Download Direct Proxy Extension CRX File

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

                        This extension use Chrome's native proxy API, so it won't change the system's proxy settings.                    

Extension Basic Information

Name Direct Proxy Direct Proxy
ID pkdjaogdlhchapakdahlfdapkbhdlboa
Official URL https://chromewebstore.google.com/detail/direct-proxy/pkdjaogdlhchapakdahlfdapkbhdlboa
Description Simply switch the browser proxy between using direct connection and using system settings.
File Size 38.83 KB
Installation Count 409
Current Version 1.0
Last Updated 2018-08-24
Publish Date 2018-08-24
Rating 3.67/5 Total 6 Ratings
Developer Jiaqin Xu
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Direct Proxy",
    "description": "Simply switch the browser proxy between using direct connection and using system settings.",
    "version": "1.0",
    "permissions": [
        "proxy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-direct-48.png"
    },
    "icons": {
        "16": "images\/icon-direct-16.png",
        "48": "images\/icon-direct-48.png",
        "128": "images\/icon-direct-128.png"
    }
}