Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 987 Bytes

File metadata and controls

34 lines (22 loc) · 987 Bytes

chrome.proxy Plugin (experimental)

This plugin provides the ability to set a proxy for HTTP(S) and FTP traffic generated within the app (by the browser runtime). It does not affect any other apps on the system.

Status

This plugin is experimental and not yet well-tested.

On Android, this plugin provides a partial implementation of the chrome.proxy API. Only the "fixed_servers" and "direct" modes are supported. Only the "http" and "socks5" schemes are supported, and the bypassList setting is only supported for the "http" scheme.

On iOS, only the "http" and "socks5" schemes are supported.

Currently, bypassList is not supported on either platform.

Other platforms are not supported.

Reference

The API reference is here.

Release Notes

0.1.0 (Jun 7, 2016)

  • Fix proxy for http search for an invalid json obeject
  • Add missing bracket in ChromeProxy.m
  • Adding support for ios

0.0.1

  • First implementation