Packet Proxy
A quick proxy plugin for requests, cookies and headers
Packet Proxyとは何ですか?
Packet Proxyはwisestcoderによって開発されたChromeの拡張機能で、その主な機能は「A quick proxy plugin for requests, cookies and headers」です。
拡張機能のスクリーンショット
Packet Proxy拡張機能のCRXファイルをダウンロード
Packet Proxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Packet Proxy |
ID | epijjcjapnhhinolocfiheeihedbpnip |
公式URL | https://chromewebstore.google.com/detail/packet-proxy/epijjcjapnhhinolocfiheeihedbpnip |
説明 | A quick proxy plugin for requests, cookies and headers |
ファイルサイズ | 3.79 MB |
インストール数 | 175 |
現在のバージョン | 0.0.8 |
最終更新日 | 2023-02-23 |
公開日 | 2021-02-10 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | wisestcoder |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [ " |