SimpleProxy

A simple proxy management tool

Wat is SimpleProxy?

SimpleProxy is een Chrome-extensie ontwikkeld door http://fmage.com, en de belangrijkste functie is "A simple proxy management tool".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SimpleProxy

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

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

Basisinformatie over de Extensie

Naam SimpleProxy SimpleProxy
ID hbhaimhpaplfkjfncbkdnadppobbopbi
Officiële URL https://chrome.google.com/webstore/detail/simpleproxy/hbhaimhpaplfkjfncbkdnadppobbopbi
Beschrijving A simple proxy management tool
Bestandsgrootte 48.91 KB
Aantal Installaties 30,570
Huidige Versie 1.0.6.46
Laatst Bijgewerkt 2017-11-30
Publicatiedatum 2017-11-30
Beoordeling 4.37/5 Totaal 57 Beoordelingen
Ontwikkelaar http://fmage.com
Ondersteunde Talen 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
}