Proxy Helper

Set proxy for Google Chrome browser

什么是Proxy Helper?

Proxy Helper是由https://bunnbuns.net开发的Chrome扩展程序,该扩展的主要功能是“Set proxy for Google Chrome browser”。

扩展截图

screenshot

下载Proxy Helper扩展crx文件

下载Proxy Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A clone of https://github.com/henices/Chrome-proxy-helper/ for ease of access. 
Lets you bypass system wide proxy and use direct connection.                    

扩展基本信息

名称 Proxy Helper Proxy Helper
ID hheejnkdpbnlbppabadgboahgjdikacj
官方URL https://chromewebstore.google.com/detail/proxy-helper/hheejnkdpbnlbppabadgboahgjdikacj
简介 Set proxy for Google Chrome browser
文件大小 298 KB
安装次数 10,000
当前版本 1.2.7
更新时间 2019-03-08
上架时间 2019-03-08
评分 3.60/5 共5次评分
开发者 https://bunnbuns.net
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}