Proxy Helper

Set proxy for Google Chrome browser

Qu'est-ce que Proxy Helper ?

Proxy Helper est une extension Chrome développée par henices, et sa fonction principale est "Set proxy for Google Chrome browser".

Captures d'Écran de l'Extension

screenshot

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

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

                        By default, Chrome use the system proxy setting, but sometime we want to set proxy ONLY for chrome, not the whole system. 

This extension use Chrome native API to set proxy, support  socks5, socks4, http, HTTPS protocols and pac script, Fast And Simple.   

Features:

+ support socks4, socks5, http, https, quic proxy settings
+ support pac script
+ support bypass list
+ support customer rules
+ support authentication
+ support extension settings synchronize                    

Informations de Base sur l'Extension

Nom Proxy Helper Proxy Helper
ID mnloefcpaepkpmhaoipjkpikbnkmbnic
URL Officiel https://chromewebstore.google.com/detail/proxy-helper/mnloefcpaepkpmhaoipjkpikbnkmbnic
Description Set proxy for Google Chrome browser
Taille du Fichier 129 KB
Nombre d'Installations 113,965
Version Actuelle 1.4.5
Dernière Mise à Jour 2022-08-22
Date de Publication 2017-12-14
Évaluation 3.79/5 Total 191 Évaluations
Développeur henices
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/henices/Chrome-proxy-helper
URL de la Page d'Aide https://github.com/henices/Chrome-proxy-helper/issues
Langues Prises en Charge en,ru,zh-CN,ja
manifest.json
{
    "version": "1.4.5",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png",
        "48": "images\/on48.png",
        "16": "images\/on16.png"
    },
    "permissions": [
        "file:\/\/*\/*",
        "proxy",
        "tabs",
        "unlimitedStorage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "open-option": {
            "suggested_key": {
                "default": "Alt+O"
            },
            "description": "Open option page"
        }
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "38.0.0"
}