Quick & Dirty Proxy Flipper

Quick and dirty proxy switcher for Chromium.

Cos'è Quick & Dirty Proxy Flipper?

Quick & Dirty Proxy Flipper è un'estensione di Chrome sviluppata da https://www.zx2c4.com, e la sua funzione principale è "Quick and dirty proxy switcher for Chromium.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Quick & Dirty Proxy Flipper

Scarica i file di estensione Quick & Dirty Proxy Flipper 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

                        This is an extremely simple proxy switcher, allowing you to switch between:

- localhost socks5 on 1080: for ssh -D or others
- localhost socks5 on 9050: for tor
- localhost http on 8080: for request twiddling proxies
- other
- system
- direct

It also has a check box to avoid sending google queries to the proxies.

It is not meant in anyway to be fully featured. It is what it is. Quick and dirty.                    

Informazioni di Base sull'Estensione

Nome Quick & Dirty Proxy Flipper Quick & Dirty Proxy Flipper
ID lbhdjpmomigdcfkidmimojhnoacaffcg
URL Ufficiale https://chromewebstore.google.com/detail/quick-dirty-proxy-flipper/lbhdjpmomigdcfkidmimojhnoacaffcg
Descrizione Quick and dirty proxy switcher for Chromium.
Dimensione del File 21.43 KB
Conteggio Installazioni 2,005
Versione Corrente 1.2
Ultimo Aggiornamento 2012-06-06
Data di Pubblicazione 2012-06-06
Valutazione 3.79/5 Totale 28 Valutazioni
Sviluppatore https://www.zx2c4.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.zx2c4.com
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick & Dirty Proxy Flipper",
    "manifest_version": 2,
    "homepage_url": "http:\/\/www.zx2c4.com",
    "incognito": "spanning",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "Quick and dirty proxy switcher for Chromium.",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "proxy"
    ]
}