02-06-2019, 11:58 AM
(02-06-2019, 11:11 AM)Lichtenshtein Wrote: Some can be found in the changelog
--cb-disable-extensions-auto-update - prevents extension auto update
--cb-do-not-focus-location-bar - set initial focus to web page
--cb-disable-auto-detect-search-provider - prevents collecting search engines
--cb-peer-command ... is used to launch and shutdown an application at the same time as the browser started and exited.
e.g.: I want to launch Putty automatically when the browser started, then I can add startup command line as following:
--cb-peer-command="\"D:\Program Files\putty.exe\" -ssh -2 -D 1080 -pw 123456 user@1.2.3.4"
wow ssh tunnel