How can I change the proxy settings for Google Chrome?
36 Answers
Google's help docs show how to do this:
Click the wrench menu tools menu.
- Select Options.
- Click the Under the Hood tab.
- 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.
It lets you store profiles for different proxy settings and switching is done really easy.
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.
1Click 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:
Using system proxy setting, that also mean will change the whole system proxy
Using Extension like SwitchySharp / Proxy Switchy
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).