Whistle plugin By Nick
Whistle proxy management unofficial plugin
Hvad er Whistle plugin By Nick?
Whistle plugin By Nick er en Chrome-udvidelse udviklet af Nick Zhang, og dens hovedfunktion er "Whistle proxy management unofficial plugin".
Udvidelsesskærmbilleder
Download Whistle plugin By Nick-udvidelses-CRX-fil
Download Whistle plugin By Nick-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It's easy to manage whistle rules, and easy to change chrome proxy setting.
Grundlæggende oplysninger om udvidelsen
Navn | Whistle plugin By Nick |
ID | ibhpjiafjijjpofblhamncmhlicfcofm |
Officiel URL | https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm |
Beskrivelse | Whistle proxy management unofficial plugin |
Filstørrelse | 121 KB |
Antal Installationer | 3,000 |
Nuværende Version | 2.2.4 |
Senest Opdateret | 2023-07-15 |
Udgivelsesdato | 2020-06-17 |
Bedømmelse | 4.80/5 Samlet 10 Bedømmelser |
Udvikler | Nick Zhang |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://gitee.com/thesadboy/whistle-rules-plugin |
Hjælpeside-URL | https://gitee.com/thesadboy/whistle-rules-plugin/issues |
Understøttede Sprog | 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": [ "*:\/\/*\/*" ] } |