Packet Proxy
A quick proxy plugin for requests, cookies and headers
Cos'è Packet Proxy?
Packet Proxy è un'estensione di Chrome sviluppata da wisestcoder, e la sua funzione principale è "A quick proxy plugin for requests, cookies and headers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Packet Proxy
Scarica i file di estensione Packet Proxy 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
What can Packet Proxy do? 1. Acting as a proxy for resources、requests 2. Modify cookies to solve authentication problems 3. Modify HTTP request and response headers Why install it? 1. You can proxy your resources and requests such like charles did. you never have to build a nginx server 2. You can solve authentication problems. When we develop and debug locally, we can get cookies from remote server automatically. 3. You can add and modify remove request headers and response headers. you can use this to set X-Forwarded-For, Authorization, Access-Control-Allow-Origin, and more.
Informazioni di Base sull'Estensione
Nome | Packet Proxy |
ID | epijjcjapnhhinolocfiheeihedbpnip |
URL Ufficiale | https://chromewebstore.google.com/detail/packet-proxy/epijjcjapnhhinolocfiheeihedbpnip |
Descrizione | A quick proxy plugin for requests, cookies and headers |
Dimensione del File | 3.79 MB |
Conteggio Installazioni | 175 |
Versione Corrente | 0.0.8 |
Ultimo Aggiornamento | 2023-02-23 |
Data di Pubblicazione | 2021-02-10 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | wisestcoder |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "request.js" ] }, "browser_action": { "default_icon": "packet proxy.png", "default_popup": "index.html", "default_title": "Choose your proxy." }, "content_scripts": [ { "js": [ "\/content.js" ], "matches": [ " |