Proxy
Chrome Proxy Plugin
What is Proxy?
Proxy is a Chrome extension developed by surmrf, and its main feature is "Chrome Proxy Plugin".
Extension Screenshots
Download Proxy Extension CRX File
Download 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
Web 请求规则代理工具,可用于静态资源代理等场景开发场景
Extension Basic Information
Name | Proxy |
ID | kmknalkgockihjefhochkpcnjacmlnfa |
Official URL | https://chromewebstore.google.com/detail/proxy/kmknalkgockihjefhochkpcnjacmlnfa |
Description | Chrome Proxy Plugin |
File Size | 300 KB |
Installation Count | 272 |
Current Version | 0.0.17 |
Last Updated | 2023-09-19 |
Publish Date | 2021-05-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | surmrf |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Proxy", "version": "0.0.17", "description": "__MSG_manifestDesc__", "manifest_version": 2, "background": { "scripts": [ "index.js" ], "persistent": true }, "options_page": "pages\/options\/index.html", "permissions": [ "contextMenus", "storage", "webRequest", "webRequestBlocking", " |