Proxyfy

Tiny proxy switcher

Was ist Proxyfy?

Proxyfy ist eine Chrome-Erweiterung, die von Anton entwickelt wurde, und ihr Hauptmerkmal ist "Tiny proxy switcher".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Proxyfy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proxyfy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
Offizielle URL https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
Beschreibung Tiny proxy switcher
Dateigröße 419 KB
Installationsanzahl 736
Aktuelle Version 2.1.6
Letztes Update 2023-05-03
Veröffentlichungsdatum 2019-03-08
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Anton
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Feverqwe/proxyfy/issues
Unterstützte Sprachen 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"
}