Whistle plugin By Nick
Whistle proxy management unofficial plugin
What is Whistle plugin By Nick?
Whistle plugin By Nick is a Chrome extension developed by Nick Zhang, and its main feature is "Whistle proxy management unofficial plugin".
Extension Screenshots
Download Whistle plugin By Nick Extension CRX File
Download Whistle plugin By Nick 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
It's easy to manage whistle rules, and easy to change chrome proxy setting.
Extension Basic Information
Name | Whistle plugin By Nick |
ID | ibhpjiafjijjpofblhamncmhlicfcofm |
Official URL | https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm |
Description | Whistle proxy management unofficial plugin |
File Size | 121 KB |
Installation Count | 3,000 |
Current Version | 2.2.4 |
Last Updated | 2023-07-15 |
Publish Date | 2020-06-17 |
Rating | 4.80/5 Total 10 Ratings |
Developer | Nick Zhang |
[email protected] | |
Payment Type | free |
Extension Website | https://gitee.com/thesadboy/whistle-rules-plugin |
Help Page URL | https://gitee.com/thesadboy/whistle-rules-plugin/issues |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |