Simploxy
Simple! and proxy!
什么是Simploxy?
Simploxy是由gr22d开发的Chrome扩展程序,该扩展的主要功能是“Simple! and proxy!”。
扩展截图
下载Simploxy扩展crx文件
下载Simploxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Change log
Simploxy 1.1.2 # fix bugs.
Simploxy 1.1.0 # fix bugs.
-----------------------------------------------------------------------------------------------------------------------------------------------
Simploxy. It is simple proxy extension using simple shortcut. Just Ctrl + Shift + Spacebar.
Just a proxy extension for pentester.
+NOTICE
- Simploxy is an extension to help you using proxy.
- To use Simploxy, you need one available proxy server at least.
- Simploxy DOES NOT provide proxy server.
+Features
- Shortcut for proxy setting ( If you want to change command, you can change it in chrome
setting on "" chrome://extensions/shortcuts "")
- HTTP/HTTPS proxy 扩展基本信息
| 名称 | |
| ID | kpangeogkjfhgcnhckadocgppiafghep |
| 官方URL | https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep |
| 简介 | Simple! and proxy! |
| 文件大小 | 6.56 KB |
| 安装次数 | 74 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2022-02-04 |
| 上架时间 | 2021-01-28 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | gr22d |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simploxy",
"description": "Simple! and proxy!",
"homepage_url": "https:\/\/github.com\/gr22d\/simploxy",
"version": "1.1.2",
"icons": {
"64": "icons\/default-64.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icons\/default-64.png",
"default_title": "Simple! and Proxy!",
"default_popup": "options.html"
},
"commands": {
"toggle-proxy": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space"
},
"description": "Set your custom command."
}
},
"permissions": [
"storage",
"proxy"
]
} | |