Proxyfy

Tiny proxy switcher

Qu'est-ce que Proxyfy ?

Proxyfy est une extension Chrome développée par Anton, et sa fonction principale est "Tiny proxy switcher".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Proxyfy

Téléchargez les fichiers d'extension Proxyfy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Proxyfy Proxyfy
ID nhhiibgdcbodahbjepebolcdpmgdedmk
URL Officiel https://chromewebstore.google.com/detail/proxyfy/nhhiibgdcbodahbjepebolcdpmgdedmk
Description Tiny proxy switcher
Taille du Fichier 419 KB
Nombre d'Installations 736
Version Actuelle 2.1.6
Dernière Mise à Jour 2023-05-03
Date de Publication 2019-03-08
Évaluation 4.33/5 Total 3 Évaluations
Développeur Anton
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/Feverqwe/proxyfy/issues
Langues Prises en Charge 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"
}