SimpleProxy

A simple proxy management tool

Qu'est-ce que SimpleProxy ?

SimpleProxy est une extension Chrome développée par http://fmage.com, et sa fonction principale est "A simple proxy management tool".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        Simply manage Chrome's proxy settings and support http, https, socks4, socks5 protocols and pac script. Automatically sync your proxy settings.                    

Informations de Base sur l'Extension

Nom SimpleProxy SimpleProxy
ID hbhaimhpaplfkjfncbkdnadppobbopbi
URL Officiel https://chrome.google.com/webstore/detail/simpleproxy/hbhaimhpaplfkjfncbkdnadppobbopbi
Description A simple proxy management tool
Taille du Fichier 48.91 KB
Nombre d'Installations 30,570
Version Actuelle 1.0.6.46
Dernière Mise à Jour 2017-11-30
Date de Publication 2017-11-30
Évaluation 4.37/5 Total 57 Évaluations
Développeur http://fmage.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SimpleProxy",
    "short_name": "SimpleProxy",
    "version": "1.0.6.46",
    "description": "A simple proxy management tool",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "SimpleProxy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ]
    },
    "manifest_version": 2
}