Quick & Dirty Proxy Flipper
Quick and dirty proxy switcher for Chromium.
Was ist Quick & Dirty Proxy Flipper?
Quick & Dirty Proxy Flipper ist eine Chrome-Erweiterung, die von https://www.zx2c4.com entwickelt wurde, und ihr Hauptmerkmal ist "Quick and dirty proxy switcher for Chromium.".
Erweiterungsscreenshots
Quick & Dirty Proxy Flipper-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick & Dirty Proxy Flipper-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
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.
Grundlegende Informationen zur Erweiterung
Name | Quick & Dirty Proxy Flipper |
ID | lbhdjpmomigdcfkidmimojhnoacaffcg |
Offizielle URL | https://chromewebstore.google.com/detail/quick-dirty-proxy-flipper/lbhdjpmomigdcfkidmimojhnoacaffcg |
Beschreibung | Quick and dirty proxy switcher for Chromium. |
Dateigröße | 21.43 KB |
Installationsanzahl | 2,005 |
Aktuelle Version | 1.2 |
Letztes Update | 2012-06-06 |
Veröffentlichungsdatum | 2012-06-06 |
Bewertung | 3.79/5 Insgesamt 28 Bewertungen |
Entwickler | https://www.zx2c4.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.zx2c4.com |
Unterstützte Sprachen | 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" ] } |