Simple proxy helper

Set proxy for Google Chrome browser

What is Simple proxy helper?

Simple proxy helper is a Chrome extension developed by devextension2019, and its main feature is "Set proxy for Google Chrome browser".

Extension Screenshots

screenshot

Download Simple proxy helper Extension CRX File

Download Simple proxy helper 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

                        A simple proxy service                    

Extension Basic Information

Name Simple proxy helper Simple proxy helper
ID aohbblkngjlnokaapngannghcnibiapi
Official URL https://chromewebstore.google.com/detail/simple-proxy-helper/aohbblkngjlnokaapngannghcnibiapi
Description Set proxy for Google Chrome browser
File Size 21 KB
Installation Count 48
Current Version 0.0.9
Last Updated 2019-05-19
Publish Date 2019-05-16
Developer devextension2019
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "version": "0.0.9",
    "manifest_version": 2,
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "name": "__MSG_appName__",
    "icons": {
        "128": "images\/on.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "privacy"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*"
        ]
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "22.0.0"
}