Proxy

Chrome Proxy Plugin

什么是Proxy?

Proxy是由surmrf开发的Chrome扩展程序,该扩展的主要功能是“Chrome Proxy Plugin”。

扩展截图

screenshot
screenshot

下载Proxy扩展crx文件

下载Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Web 请求规则代理工具,可用于静态资源代理等场景开发场景                    

扩展基本信息

名称 Proxy Proxy
ID kmknalkgockihjefhochkpcnjacmlnfa
官方URL https://chromewebstore.google.com/detail/proxy/kmknalkgockihjefhochkpcnjacmlnfa
简介 Chrome Proxy Plugin
文件大小 300 KB
安装次数 272
当前版本 0.0.17
更新时间 2023-09-19
上架时间 2021-05-27
评分 5.00/5 共1次评分
开发者 surmrf
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}