rsky / chrome-tiny-proxy-configurator

A tiny and simple proxy configurator for Google Chrome.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Proxy Configurator

A tiny and simple proxy configurator for Google Chrome.

This extension is available in Chrome Web Store.

options

How to set up a proxy

TBD

Proxy Server

see also: chrome.proxy#type-ProxyServer

Syntax

<syntax> ::= [ <scheme> "://" ] <host> [ ":" <port> ]
<scheme> ::= "http" | "https" | "quic" | "socks4" | "socks5"
<host> ::= <hostname> | <ipv4-address> | "[" <ipv6-address> "]"

Examples

127.0.0.1
127.0.0.1:8080
https://127.0.0.1
quic://[::1]:8080

Bypass List

see also: chrome.proxy#bypass_list

Syntax

<syntax> ::= <patterns>
<patterns> ::= <pattern> | <pattern> <whitespace> <patterns>
<pattern> ::= [ <scheme> "://" ] <host-pattern> [ ":" <port> ]

Examples

foobar.com *foobar.com *.foobar.com *foobar.com:99 https://x.*.y.com:99

About icon

icon 串 (Kushi, /kɯʃi/) is a Japanese internet slang which means proxy.

License

MIT License

Copyright (c) 2018-2022 Ryusuke SEKIYAMA

Credits

This software contains icons provided by Font Awesome licensed as CC BY 4.0.

About

A tiny and simple proxy configurator for Google Chrome.

License:MIT License


Languages

Language:JavaScript 100.0%