Simploxy

Simple! and proxy!

Simploxyคืออะไร?

Simploxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gr22d และคุณลักษณะหลักของมันคือ "Simple! and proxy!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simploxy

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simploxy Simploxy
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"
    ]
}