Whistle plugin By Nick

Whistle proxy management unofficial plugin

Apa itu Whistle plugin By Nick?

Whistle plugin By Nick adalah ekstensi Chrome yang dikembangkan oleh Nick Zhang, dan fitur utamanya adalah "Whistle proxy management unofficial plugin".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Whistle plugin By Nick

Unduh file ekstensi Whistle plugin By Nick dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Whistle plugin By Nick Whistle plugin By Nick
ID ibhpjiafjijjpofblhamncmhlicfcofm
URL Resmi https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm
Deskripsi Whistle proxy management unofficial plugin
Ukuran File 121 KB
Jumlah Instalasi 3,000
Versi Saat Ini 2.2.4
Terakhir Diperbarui 2023-07-15
Tanggal Publikasi 2020-06-17
Penilaian 4.80/5 Total 10 Penilaian
Pengembang Nick Zhang
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gitee.com/thesadboy/whistle-rules-plugin
URL Halaman Bantuan https://gitee.com/thesadboy/whistle-rules-plugin/issues
Bahasa yang Didukung 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": [
        "*:\/\/*\/*"
    ]
}