SimpleProxy

A simple proxy management tool

What is SimpleProxy?

SimpleProxy is a Chrome extension developed by http://fmage.com, and its main feature is "A simple proxy management tool".

Extension Screenshots

screenshot
screenshot

Download SimpleProxy Extension CRX File

Download SimpleProxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SimpleProxy SimpleProxy
ID hbhaimhpaplfkjfncbkdnadppobbopbi
Official URL https://chrome.google.com/webstore/detail/simpleproxy/hbhaimhpaplfkjfncbkdnadppobbopbi
Description A simple proxy management tool
File Size 48.91 KB
Installation Count 30,570
Current Version 1.0.6.46
Last Updated 2017-11-30
Publish Date 2017-11-30
Rating 4.37/5 Total 57 Ratings
Developer http://fmage.com
Supported Languages 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
}