Quick & Dirty Proxy Flipper
Quick and dirty proxy switcher for Chromium.
What is Quick & Dirty Proxy Flipper?
Quick & Dirty Proxy Flipper is a Chrome extension developed by https://www.zx2c4.com, and its main feature is "Quick and dirty proxy switcher for Chromium.".
Extension Screenshots
Download Quick & Dirty Proxy Flipper Extension CRX File
Download Quick & Dirty Proxy Flipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is an extremely simple proxy switcher, allowing you to switch between: - localhost socks5 on 1080: for ssh -D or others - localhost socks5 on 9050: for tor - localhost http on 8080: for request twiddling proxies - other - system - direct It also has a check box to avoid sending google queries to the proxies. It is not meant in anyway to be fully featured. It is what it is. Quick and dirty.
Extension Basic Information
Name | Quick & Dirty Proxy Flipper |
ID | lbhdjpmomigdcfkidmimojhnoacaffcg |
Official URL | https://chromewebstore.google.com/detail/quick-dirty-proxy-flipper/lbhdjpmomigdcfkidmimojhnoacaffcg |
Description | Quick and dirty proxy switcher for Chromium. |
File Size | 21.43 KB |
Installation Count | 2,005 |
Current Version | 1.2 |
Last Updated | 2012-06-06 |
Publish Date | 2012-06-06 |
Rating | 3.79/5 Total 28 Ratings |
Developer | https://www.zx2c4.com |
Payment Type | free |
Extension Website | http://www.zx2c4.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick & Dirty Proxy Flipper", "manifest_version": 2, "homepage_url": "http:\/\/www.zx2c4.com", "incognito": "spanning", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Quick and dirty proxy switcher for Chromium.", "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" }, "permissions": [ "proxy" ] } |