PAPI-Proxy
拦截请求转发到PAPI以及修改请求响应头
What is PAPI-Proxy?
PAPI-Proxy is a Chrome extension developed by xbf321, and its main feature is "拦截请求转发到PAPI以及修改请求响应头".
Extension Screenshots
Download PAPI-Proxy Extension CRX File
Download PAPI-Proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
方便开发同学在不更改代码情况下,代理某些请求指向PAPI系统。 仅限公司内部使用。
Extension Basic Information
Name | |
ID | cjgeleebplcoobffgneifacfeaaaoifb |
Official URL | https://chromewebstore.google.com/detail/papi-proxy/cjgeleebplcoobffgneifacfeaaaoifb |
Description | 拦截请求转发到PAPI以及修改请求响应头 |
File Size | 308 KB |
Installation Count | 315 |
Current Version | 1.7 |
Last Updated | 2023-11-22 |
Publish Date | 2020-09-15 |
Developer | xbf321 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PAPI-Proxy", "version": "1.7", "description": "\u62e6\u622a\u8bf7\u6c42\u8f6c\u53d1\u5230PAPI\u4ee5\u53ca\u4fee\u6539\u8bf7\u6c42\u54cd\u5e94\u5934", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ " |