Quick & Dirty Proxy Flipper
Quick and dirty proxy switcher for Chromium.
Apa itu Quick & Dirty Proxy Flipper?
Quick & Dirty Proxy Flipper adalah ekstensi Chrome yang dikembangkan oleh https://www.zx2c4.com, dan fitur utamanya adalah "Quick and dirty proxy switcher for Chromium.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Quick & Dirty Proxy Flipper
Unduh file ekstensi Quick & Dirty Proxy Flipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Quick & Dirty Proxy Flipper |
ID | lbhdjpmomigdcfkidmimojhnoacaffcg |
URL Resmi | https://chromewebstore.google.com/detail/quick-dirty-proxy-flipper/lbhdjpmomigdcfkidmimojhnoacaffcg |
Deskripsi | Quick and dirty proxy switcher for Chromium. |
Ukuran File | 21.43 KB |
Jumlah Instalasi | 2,005 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2012-06-06 |
Tanggal Publikasi | 2012-06-06 |
Penilaian | 3.79/5 Total 28 Penilaian |
Pengembang | https://www.zx2c4.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.zx2c4.com |
Bahasa yang Didukung | 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" ] } |