Simploxy

Simple! and proxy!

Was ist Simploxy?

Simploxy ist eine Chrome-Erweiterung, die von gr22d entwickelt wurde, und ihr Hauptmerkmal ist "Simple! and proxy!".

Erweiterungsscreenshots

screenshot
screenshot

Simploxy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simploxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        - 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                    

Grundlegende Informationen zur Erweiterung

Name Simploxy Simploxy
ID kpangeogkjfhgcnhckadocgppiafghep
Offizielle URL https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep
Beschreibung Simple! and proxy!
Dateigröße 6.56 KB
Installationsanzahl 74
Aktuelle Version 1.1.2
Letztes Update 2022-02-04
Veröffentlichungsdatum 2021-01-28
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler gr22d
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}