Simploxy

Simple! and proxy!

Wat is Simploxy?

Simploxy is een Chrome-extensie ontwikkeld door gr22d, en de belangrijkste functie is "Simple! and proxy!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Simploxy

Download Simploxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        - 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                    

Basisinformatie over de Extensie

Naam Simploxy Simploxy
ID kpangeogkjfhgcnhckadocgppiafghep
Officiële URL https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep
Beschrijving Simple! and proxy!
Bestandsgrootte 6.56 KB
Aantal Installaties 74
Huidige Versie 1.1.2
Laatst Bijgewerkt 2022-02-04
Publicatiedatum 2021-01-28
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar gr22d
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}