Nice and smart browser extension for managing proxy
https://chrome.google.com/webstore/detail/joyproxy/cfdjgedemlfeincnkcmhegbgkicofekg?hl=en-US JoyProxy - chrome extension for managing proxy settings. You can add your own proxy servers and use proxy only for your custom domains Also it can change default browser's useragent
- Clone repo
- run
npm install
- run
npm run build
- goto 'chrome://extensions' in Chrome
- Click 'load unpacked extension'
- Pick the "dist" folder
- Click on extension icon
By default extension use this proxy list https://raw.githubusercontent.com/fate0/proxylist/master/proxy.list
- 0.0.1
- Alpha version
- Fork it (https://github.com/sh0cked/joy-proxy/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request