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」です。

拡張機能のスクリーンショット

screenshot

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 Whistle plugin By Nick
ID ibhpjiafjijjpofblhamncmhlicfcofm
公式URL 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
Eメール [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": [
        "*:\/\/*\/*"
    ]
}