How to set Google Chrome custom proxy server settings independently from Internet Explorer proxy settings

How to set Google Chrome custom proxy server settings independently from Internet Explorer proxy settings

Google Chrome web browser by default uses the system wide proxy server settings. It does not have the user configurable settings to set it's own custom proxy server. That means whenever you change the proxy server settings in Chrome, you are actually changing the proxy settings for Internet Explorer too.

To configure Google Chrome web browser a custom proxy server settings, this is what you need to do:

 

Google Chrome program has a command switch "--proxy-server" where you can use it to assign a custom proxy server setting.

  1. Right click Google Chrome shortcut.
  2. Select "Properties".
  3. Append --proxy-server="proxy-server-IP:port-number" at the back of the Google Chrome command string in the "Target" box.
    • If your proxy-server IP is "1.2.3.4" and the port number is "8080", then it should look like this:
      <path-to-chrome.exe>\chrome.exe --proxy-server="1.2.3.4:8080".
  4. Save it and now the shortcut can be use to run Chrome with a custom proxy server setting which  is independent from the system wide proxy server setting.
If you want to disable Google Chrome proxy server settings and doesn't want to use any proxy server even from the system wide proxy server setting, you can use this command switch:
--no-proxy-server

 

作者:Chuck Lu    GitHub    
posted @   ChuckLu  阅读(77)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2020-06-10 Mediator Pattern中介者模式
2020-06-10 Domain events: design and implementation
2020-06-10 "ISerializable" should be implemented correctly
2019-06-10 sql server查询结果复制出来,没有换行(存进去的数据是换行的)
点击右上角即可分享
微信分享提示