. Chrome. Extend the Browser. Web Store Publishing and Distribution. Mobile Chrome. Chrome OS. Apps.
Proxy Settings Chrome Android
Native Client. Chrome APIs. Extensions APIs. Apps APIs. ProxyRules An object encapsulating the set of proxy rules for all protocols. Use either 'singleProxy' or (a subset of) 'proxyForHttp', 'proxyForHttps', 'proxyForFtp' and 'fallbackProxy'.
Properties(optional)singleProxyThe proxy server to be used for all per-URL requests (that is http, https, and ftp).(optional)proxyForHttpThe proxy server to be used for HTTP requests.(optional)proxyForHttpsThe proxy server to be used for HTTPS requests.(optional)proxyForFtpThe proxy server to be used for FTP requests.(optional)fallbackProxyThe proxy server to be used for everthing else or if any of the specific proxyFor. Is not specified.array of string(optional)bypassListList of servers to connect to without a proxy server. ProxyConfig An object encapsulating a complete proxy configuration. Properties(optional)rulesThe proxy rules describing this configuration. Use this for 'fixedservers' mode.(optional)pacScriptThe proxy auto-config (PAC) script for this configuration.
Use this for 'pacscript' mode.mode'direct' = Never use a proxy'autodetect' = Auto detect proxy settings'pacscript' = Use specified PAC script'fixedservers' = Manually specify proxy servers'system' = Use system proxy settingsProperties objectchrome.proxy.settingsProxy settings to be used. The value of this setting is a ProxyConfig object.Functions.