How can I change the proxy settings for Google Chrome?

How can I change the proxy settings for Google Chrome?

3

6 Answers

Google's help docs show how to do this:

  1. Click the wrench menu tools menu.

    wrench icon

  2. Select Options.
  3. Click the Under the Hood tab.
  4. In the 'Network' section, click the Change proxy settings button. This will open the 'Internet Properties' dialog box in Windows where you can adjust your network settings. See here for more details.
2

Use Proxy Switchy!

It lets you store profiles for different proxy settings and switching is done really easy.

alt text

3

When running Google Chrome under a supported desktop environment, the system proxy settings will be used. However, either your system is not supported or there was a problem launching your system configuration.

But you can still configure via the command line. Please see man google-chrome for more information on flags and environment variables.

Running the latest Chrome on Xubuntu & it's possible to start it with Terminal, so that it will use a localhost proxy called Privoxy:

google-chrome --proxy-server="https=127.0.0.1:8118;http=127.0.01:8118"

However, this doesn't stick and it isn't simple to edit the menus to use it. I'm looking for a way to insert the proxy information in .config/google-chrome but so far it's just wishful thinking.

1

Click the wrench at the top, select options.

On the Under the Hood tab, scroll down to 'Change Proxy Settings'

If you are asking about how to configure proxy server on google chrome, well there are 3 ways:

  1. Using system proxy setting, that also mean will change the whole system proxy

  2. Using Extension like SwitchySharp / Proxy Switchy

  3. by using Google Chrome Command Line Switches

You can find all the step-by-step tutorial for all 3 ways here

If you are looking for Proxy server IP and Port, I usually use this website change the options according to what you need, and it will find proxy servers that always up to date.

The Proxy SwitchOmega extension does what Proxy SwitchySharp is supposed to do except it actually installs as of Chrome 56 (because this is not NPAPI type).

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like