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 |
| 官方網址 | 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"
]
} | |