Simploxy
Simple! and proxy!
Apa itu Simploxy?
Simploxy adalah ekstensi Chrome yang dikembangkan oleh gr22d, dan fitur utamanya adalah "Simple! and proxy!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simploxy
Unduh file ekstensi Simploxy 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
- 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
Informasi Dasar Ekstensi
Nama | Simploxy |
ID | kpangeogkjfhgcnhckadocgppiafghep |
URL Resmi | https://chromewebstore.google.com/detail/simploxy/kpangeogkjfhgcnhckadocgppiafghep |
Deskripsi | Simple! and proxy! |
Ukuran File | 6.56 KB |
Jumlah Instalasi | 74 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2022-02-04 |
Tanggal Publikasi | 2021-01-28 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | gr22d |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |