Proxy Helper

Set proxy for Google Chrome browser

What is Proxy Helper?

Proxy Helper is a Chrome extension developed by https://bunnbuns.net, and its main feature is "Set proxy for Google Chrome browser".

Extension Screenshots

screenshot

Download Proxy Helper Extension CRX File

Download 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 clone of https://github.com/henices/Chrome-proxy-helper/ for ease of access. 
Lets you bypass system wide proxy and use direct connection.                    

Extension Basic Information

Name Proxy Helper Proxy Helper
ID hheejnkdpbnlbppabadgboahgjdikacj
Official URL https://chromewebstore.google.com/detail/proxy-helper/hheejnkdpbnlbppabadgboahgjdikacj
Description Set proxy for Google Chrome browser
File Size 298 KB
Installation Count 10,000
Current Version 1.2.7
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.60/5 Total 5 Ratings
Developer https://bunnbuns.net
Email [email protected]
Payment Type free
Supported Languages en,ru,zh-CN
manifest.json
{
    "version": "1.2.7",
    "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": [
        "proxy",
        "tabs",
        "unlimitedStorage",
        "storage",
        "",
        "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": "22.0.0"
}