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

screenshot
screenshot

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 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 [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",
        ""
    ],
    "browser_action": {
        "browser_style": true,
        "default_title": "\u4ee3\u7406\u8f6c\u53d1",
        "default_popup": "pages\/popup\/index.html",
        "default_icon": {
            "32": "assets\/[email protected]",
            "48": "assets\/[email protected]",
            "64": "assets\/[email protected]",
            "128": "assets\/[email protected]"
        }
    },
    "icons": {
        "32": "assets\/[email protected]",
        "48": "assets\/[email protected]",
        "64": "assets\/[email protected]",
        "128": "assets\/[email protected]"
    },
    "web_accessible_resources": [],
    "default_locale": "zh_CN"
}