Simploxy

Simple! and proxy!

ما هو Simploxy؟

Simploxy هو إضافة Chrome تم تطويرها بواسطة gr22d، والميزة الرئيسية لها هي "Simple! and proxy!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Simploxy

قم بتنزيل ملفات الامتداد Simploxy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - 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"
    ]
}