Whistle plugin By Nick
Whistle proxy management unofficial plugin
Vad är Whistle plugin By Nick?
Whistle plugin By Nick är en Chrome-tillägg utvecklad av Nick Zhang, och dess huvudfunktion är "Whistle proxy management unofficial plugin".
Tilläggsskärmbilder
Ladda ner Whistle plugin By Nick-förlängningens CRX-fil
Ladda ner Whistle plugin By Nick-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It's easy to manage whistle rules, and easy to change chrome proxy setting.
Grundläggande Information om Tillägg
Namn | Whistle plugin By Nick |
ID | ibhpjiafjijjpofblhamncmhlicfcofm |
Officiell webbadress | https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm |
Beskrivning | Whistle proxy management unofficial plugin |
Filstorlek | 121 KB |
Antal Installationer | 3,000 |
Aktuell Version | 2.2.4 |
Senast Uppdaterad | 2023-07-15 |
Publiceringsdatum | 2020-06-17 |
Betyg | 4.80/5 Totalt 10 Betyg |
Utvecklare | Nick Zhang |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gitee.com/thesadboy/whistle-rules-plugin |
Hjälpsida URL | https://gitee.com/thesadboy/whistle-rules-plugin/issues |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } |