Simploxy

Simple! and proxy!

Qu'est-ce que Simploxy ?

Simploxy est une extension Chrome développée par gr22d, et sa fonction principale est "Simple! and proxy!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Simploxy

Téléchargez les fichiers d'extension Simploxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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                    

Informations de Base sur l'Extension

Nom Simploxy Simploxy
ID kpangeogkjfhgcnhckadocgppiafghep
URL Officiel https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep
Description Simple! and proxy!
Taille du Fichier 6.56 KB
Nombre d'Installations 74
Version Actuelle 1.1.2
Dernière Mise à Jour 2022-02-04
Date de Publication 2021-01-28
Évaluation 5.00/5 Total 4 Évaluations
Développeur gr22d
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}