Packet Proxy
A quick proxy plugin for requests, cookies and headers
Wat is Packet Proxy?
Packet Proxy is een Chrome-extensie ontwikkeld door wisestcoder, en de belangrijkste functie is "A quick proxy plugin for requests, cookies and headers".
Extensie Screenshots
Download het CRX-bestand van de extensie Packet Proxy
Download Packet Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Packet Proxy |
ID | epijjcjapnhhinolocfiheeihedbpnip |
Officiële URL | https://chromewebstore.google.com/detail/packet-proxy/epijjcjapnhhinolocfiheeihedbpnip |
Beschrijving | A quick proxy plugin for requests, cookies and headers |
Bestandsgrootte | 3.79 MB |
Aantal Installaties | 175 |
Huidige Versie | 0.0.8 |
Laatst Bijgewerkt | 2023-02-23 |
Publicatiedatum | 2021-02-10 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | wisestcoder |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |