Proxyfy

Tiny proxy switcher

Apa itu Proxyfy?

Proxyfy adalah ekstensi Chrome yang dikembangkan oleh Anton, dan fitur utamanya adalah "Tiny proxy switcher".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Proxyfy

Unduh file ekstensi Proxyfy 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

                        Simple proxy switcher, like late FoxyProxy.

* Support URL rules
* Import/Export settings
* Quick switch from popup

! Chrome manifest v3 is not supported proxy authorization,  crbug.com/1135492                    

Informasi Dasar Ekstensi

Nama Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
URL Resmi https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
Deskripsi Tiny proxy switcher
Ukuran File 419 KB
Jumlah Instalasi 736
Versi Saat Ini 2.1.6
Terakhir Diperbarui 2023-05-03
Tanggal Publikasi 2019-03-08
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Anton
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/Feverqwe/proxyfy/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "38": "icons\/icon_38.png"
        },
        "default_title": "Proxyfy",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon_128.png",
        "48": "icons\/icon_48.png",
        "16": "icons\/icon_16.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "proxy"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "name": "Proxyfy",
    "description": "Tiny proxy switcher",
    "version": "2.1.6"
}