You are here

Google Chrome independent proxy

7 posts / 0 new
Last post
xvalen214x
Offline
Last seen: 11 years 2 months ago
Joined: 2013-09-17 09:19
Google Chrome independent proxy

Application: Google Chrome, Version: 29.0.1547.62 (for Portable), 29.0.1547.66 (for Official)

Hi. When I have set the Installed-Chrome to use proxy, Google Chrome Portable have the same proxy setting with the Installed-Chrome. This problem occur bi-directly.

John T. Haller
John T. Haller's picture
Offline
Last seen: 16 hours 26 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
By Design

Google Chrome uses the system proxy. It has no GUI option to use an independent one whether installed or local. you need to use a command line option passed to chrome.exe for local or GoogleChromePortable.exe for portable. you can also copy the GoogleChromePortable.ini file next to the GCP.exe and add the commane line option to the AdditionalParameters= line. I don't recall the syntax offhand (on my phone) but a google search should help.

UPDATE: The command line option is: --proxy-server=:

Or for a SOCK5 proxy, I think it's: --proxy-server="socks5://localhost:1080"

Sometimes, the impossible can become possible, if you're awesome!

xvalen214x
Offline
Last seen: 11 years 2 months ago
Joined: 2013-09-17 09:19
Thanks

First of all, thank you. This solution is really working. (And I found a website about Chrome command line switches ^^).
However, I found that the command only works when there is no other instance. So what can I do?

just for fun!

John T. Haller
John T. Haller's picture
Offline
Last seen: 16 hours 26 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
By Design

That's also by design and the only way Chrome works. Chrome is designed to run as a single instance.

Sometimes, the impossible can become possible, if you're awesome!

xvalen214x
Offline
Last seen: 11 years 2 months ago
Joined: 2013-09-17 09:19
Another Way?

Can chrome.exe be treated as an new instance?
like the install-chrome and portable chrome?

just for fun!

John T. Haller
John T. Haller's picture
Offline
Last seen: 16 hours 26 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
No

Chrome is only meant to run as a single instance at a time. This is by design. Remember, Chrome isn't as stand-alone as Firefox is.

Sometimes, the impossible can become possible, if you're awesome!

xvalen214x
Offline
Last seen: 11 years 2 months ago
Joined: 2013-09-17 09:19
Finally, Thank you

So, thank you for all. Let close it.

just for fun!

Log in or register to post comments