Whistle plugin By Nick
Whistle proxy management unofficial plugin
什么是Whistle plugin By Nick?
Whistle plugin By Nick是由Nick Zhang开发的Chrome扩展程序,该扩展的主要功能是“Whistle proxy management unofficial plugin”。
扩展截图
下载Whistle plugin By Nick扩展crx文件
下载Whistle plugin By Nick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's easy to manage whistle rules, and easy to change chrome proxy setting.
扩展基本信息
名称 | Whistle plugin By Nick |
ID | ibhpjiafjijjpofblhamncmhlicfcofm |
官方URL | https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm |
简介 | Whistle proxy management unofficial plugin |
文件大小 | 121 KB |
安装次数 | 3,000 |
当前版本 | 2.2.4 |
更新时间 | 2023-07-15 |
上架时间 | 2020-06-17 |
评分 | 4.80/5 共10次评分 |
开发者 | Nick Zhang |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://gitee.com/thesadboy/whistle-rules-plugin |
帮助页面URL | https://gitee.com/thesadboy/whistle-rules-plugin/issues |
支持的语言 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.2.4", "manifest_version": 3, "description": "__MSG_extDescription__", "icons": { "128": "icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_title": "__MSG_titleAction__", "default_icon": "icon.png", "default_popup": "index.html" }, "default_locale": "zh_CN", "permissions": [ "proxy", "contextMenus", "storage" ], "optional_host_permissions": [ "*:\/\/*\/*" ] } |