Simploxy
Simple! and proxy!
Cos'è Simploxy?
Simploxy è un'estensione di Chrome sviluppata da gr22d, e la sua funzione principale è "Simple! and proxy!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simploxy
Scarica i file di estensione Simploxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        - 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                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | kpangeogkjfhgcnhckadocgppiafghep | 
| URL Ufficiale | https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep | 
| Descrizione | Simple! and proxy! | 
| Dimensione del File | 6.56 KB | 
| Conteggio Installazioni | 74 | 
| Versione Corrente | 1.1.2 | 
| Ultimo Aggiornamento | 2022-02-04 | 
| Data di Pubblicazione | 2021-01-28 | 
| Valutazione | 5.00/5 Totale 4 Valutazioni | 
| Sviluppatore | gr22d | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    ]
}  |  |