Google Chrome Proxy Server Settings

Since we have reviewed enough Google Chrome extensions for today, it is time we talk about Chrome’s proxy settings. Did you know that Google Chrome uses Internet Explorer’s proxy server settings? It might come as a surprise to you but it is true.

Head over to Options, select Under the Hood tab, and now click Change Proxy Settings button. Don’t be surprised when Internet Properties dialog window is displayed.

If you want to disable or keep a different proxy server setting for Google Chrome then there are few command line switches you need to learn.

Disable Proxy Server

To disable the proxy server, right-click the Google Chrome shortcut and select Properties. Now add the following command line switch at the end of the Target path.

proxy server chrome

This will tell Chrome not to use any proxy setting and will also override any other proxy settings provided. See screenshot below for further clarification.

no proxy server chrome

Assign Proxy Server

Following the above method will disable the proxy settings, but what if you want to assign a different proxy setting to Google Chrome than that of Internet Explorer? Simply add the IP address and port after the Proxy Server switch.

proxy server settings chrome

Where 0.0.0.0 is any IP address and 8080 is the port. Make sure it is enclosed in “”.

See screenshot below for further clarification.

google chrome target server settings

Proxy Exceptions (Bypass list)

What if you want to set exceptions? It is a nice question which sounds tough to implement but is quite easy. You simply need to enter another command line switch at the end of the above command line switch along with the hosts that you want to exclude.

proxy bypass list

The complete target becomes:

proxy bypass list complete

By typing the above command line, all hosts will be proxied through “0.0.0.0” on port 8080 except those pointing to google.com, those pointing to addictivetips.com, and those pointing to local host on port 8080.

Hopefully, these command line switches will do the job. If you are facing any problems, do let us know in the comments.

  • JG
  • 鲍里斯

    Thank you for the tips! But is there any way to configure chrome to use a proxy only for certain hosts and no proxy for all the others?

  • http://www.pdfbooksearch.com kevin
  • http://www.firewallbypass.blogspot.com satyenhacks

    You can check out this awesome post at hubpages which explains proxy settings on 3 browsers..

    http://hubpages.com/hub/Configuring-Proxy-Settings-In-Mozilla-Google-Chrome-and-Internet-Explorer

  • Keshav Kejriwal

    Thanks buddy .The no proxy trick works .Thank you .i love ma google chrome <3<3<3<3<3<3

  • Sarah

    Hi – I read on a different site that I could make multiple google shortcuts that assign differnt proxies. I made one shortcut that assigns the proxy (the same as your IP address assignment – only on a desktop shortcut)- and it works – But I want another one that removes the proxy. I tried doing your code – C:\Users\Sarah\AppData\Local\Google\Chrome\Application\chrome.exe–no-proxy-server= and received and error message that the target path is not valid. What did I do wrong?

    • Ryan Ray

      Sarah,

      You have to put a space in between “.exe” and “–no” so it should be “…\chrome.exe –no-proxy-server=”

      Ryan

      • Ben

        Hi there,

        I’ve tried putting a space and it is still telling me my target path is not valid.

        “C:\Users\Ben\AppData\Local\Google\Chrome\Application\chrome.exe –no-proxy-server=”

        How do I fix this?

  • Alisha

    Oh you have suggested very good way to get rid off from proxies. thanks a lot. :)