Proxyfy

Tiny proxy switcher

Wat is Proxyfy?

Proxyfy is een Chrome-extensie ontwikkeld door Anton, en de belangrijkste functie is "Tiny proxy switcher".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Proxyfy

Download Proxyfy-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

                        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                    

Basisinformatie over de Extensie

Naam Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
Officiële URL https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
Beschrijving Tiny proxy switcher
Bestandsgrootte 419 KB
Aantal Installaties 736
Huidige Versie 2.1.6
Laatst Bijgewerkt 2023-05-03
Publicatiedatum 2019-03-08
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar Anton
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/Feverqwe/proxyfy/issues
Ondersteunde Talen 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"
}