Whistle plugin By Nick

Whistle proxy management unofficial plugin

Wat is Whistle plugin By Nick?

Whistle plugin By Nick is een Chrome-extensie ontwikkeld door Nick Zhang, en de belangrijkste functie is "Whistle proxy management unofficial plugin".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Whistle plugin By Nick

Download Whistle plugin By Nick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        It's easy to manage whistle rules, and easy to change chrome proxy setting.                    

Basisinformatie over de Extensie

Naam Whistle plugin By Nick Whistle plugin By Nick
ID ibhpjiafjijjpofblhamncmhlicfcofm
Officiële URL https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm
Beschrijving Whistle proxy management unofficial plugin
Bestandsgrootte 121 KB
Aantal Installaties 3,000
Huidige Versie 2.2.4
Laatst Bijgewerkt 2023-07-15
Publicatiedatum 2020-06-17
Beoordeling 4.80/5 Totaal 10 Beoordelingen
Ontwikkelaar Nick Zhang
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gitee.com/thesadboy/whistle-rules-plugin
Help Pagina-URL https://gitee.com/thesadboy/whistle-rules-plugin/issues
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}