Proxyfy
Tiny proxy switcher
什么是Proxyfy?
Proxyfy是由Anton开发的Chrome扩展程序,该扩展的主要功能是“Tiny proxy switcher”。
扩展截图
下载Proxyfy扩展crx文件
下载Proxyfy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple proxy switcher, like late FoxyProxy. * Support URL rules * Import/Export settings * Quick switch from popup ! Chrome manifest v3 is not supported proxy authorization, crbug.com/1135492
扩展基本信息
名称 | Proxyfy |
ID | nhhiibgdcbodahbjepebolcdpmgdedmk |
官方URL | https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk |
简介 | Tiny proxy switcher |
文件大小 | 419 KB |
安装次数 | 736 |
当前版本 | 2.1.6 |
更新时间 | 2023-05-03 |
上架时间 | 2019-03-08 |
评分 | 4.33/5 共3次评分 |
开发者 | Anton |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/Feverqwe/proxyfy/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "action": { "default_icon": { "19": "icons\/icon_19.png", "38": "icons\/icon_38.png" }, "default_title": "Proxyfy", "default_popup": "popup.html" }, "icons": { "128": "icons\/icon_128.png", "48": "icons\/icon_48.png", "16": "icons\/icon_16.png" }, "options_page": "options.html", "permissions": [ "storage", "proxy" ], "background": { "service_worker": "background.js" }, "name": "Proxyfy", "description": "Tiny proxy switcher", "version": "2.1.6" } |