Quick & Dirty Proxy Flipper
Quick and dirty proxy switcher for Chromium.
什么是Quick & Dirty Proxy Flipper?
Quick & Dirty Proxy Flipper是由https://www.zx2c4.com开发的Chrome扩展程序,该扩展的主要功能是“Quick and dirty proxy switcher for Chromium.”。
扩展截图
下载Quick & Dirty Proxy Flipper扩展crx文件
下载Quick & Dirty Proxy Flipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | lbhdjpmomigdcfkidmimojhnoacaffcg |
| 官方URL | https://chromewebstore.google.com/detail/quick-dirty-proxy-flipper/lbhdjpmomigdcfkidmimojhnoacaffcg |
| 简介 | Quick and dirty proxy switcher for Chromium. |
| 文件大小 | 21.43 KB |
| 安装次数 | 2,005 |
| 当前版本 | 1.2 |
| 更新时间 | 2012-06-06 |
| 上架时间 | 2012-06-06 |
| 评分 | 3.79/5 共28次评分 |
| 开发者 | https://www.zx2c4.com |
| 付费类型 | free |
| 扩展官网 | http://www.zx2c4.com |
| 支持的语言 | 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"
]
} | |