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 |
官方網址 | 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": [ "*:\/\/*\/*" ] } |