https://github.com/shadowsocks/shadowsocks-chromeapp
Chrome client for shadowsocks
https://github.com/shadowsocks/shadowsocks-chromeapp
Last synced: about 2 months ago
JSON representation
Chrome client for shadowsocks
- Host: GitHub
- URL: https://github.com/shadowsocks/shadowsocks-chromeapp
- Owner: shadowsocks
- Created: 2013-01-19T11:10:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T16:51:09.000Z (over 9 years ago)
- Last Synced: 2025-04-04T05:05:39.300Z (2 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 853 KB
- Stars: 695
- Watchers: 80
- Forks: 535
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **632**星
README
shadowsocks-chromeapp
===========This is Chrome App version of shadowsocks.
Other ports and clients could be found at
[here](https://github.com/shadowsocks/shadowsocks/wiki/Ports-and-Clients).Usage
-----------This app needs Chrome version higher than 41 (include 41).
Since this is a development version, node.js and CoffeeScript is required for build.
You can run `cake build` under root directory to build once
or use `cake watch` to watch the code change.Open chrome://extensions/, check `Developer Mode`.
Click `Load Unpacked Extension`, select the root directory of this project.Open a new Tab, click Apps, then click shadowsocks. Fill in the blanks and click
`Save`.Minimize the window will hide it from taskbar, but will not affect the proxy function,
if you have enabled Chrome background app support,
close all Chrome window will not affect the proxy function too.Encryption methods
-----------Currently, this app supports the following encryption methods:
* RC4-MD5
* AES-128-CFB
* AES-192-CFB
* AES-256-CFB
* AES-128-OFB
* AES-192-OFB
* AES-256-OFB
* AES-128-CTR
* AES-192-CTR
* AES-256-CTR