Proxy Switcher

A simple, minimal Chrome extension to switch between configured proxy profiles.

Qu'est-ce que Proxy Switcher ?

Proxy Switcher est une extension Chrome développée par stalkr, et sa fonction principale est "A simple, minimal Chrome extension to switch between configured proxy profiles.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Proxy Switcher

Téléchargez les fichiers d'extension Proxy Switcher 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

                        A simple, minimal Chrome extension to switch between configured proxy profiles.                    

Informations de Base sur l'Extension

Nom Proxy Switcher Proxy Switcher
ID nfgjkknbjghcmeifdfocmofahdibbgae
URL Officiel https://chromewebstore.google.com/detail/proxy-switcher/nfgjkknbjghcmeifdfocmofahdibbgae
Description A simple, minimal Chrome extension to switch between configured proxy profiles.
Taille du Fichier 39.46 KB
Nombre d'Installations 506
Version Actuelle 1.5
Dernière Mise à Jour 2022-01-03
Date de Publication 2019-05-25
Évaluation 3.50/5 Total 4 Évaluations
Développeur stalkr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/StalkR/chrome-proxy-switcher
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Proxy Switcher",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "proxy",
        "storage"
    ],
    "action": {
        "default_icon": "icon24-grey.png",
        "default_popup": "popup.html",
        "default_title": "Proxy Switcher"
    }
}