Simple proxy helper

Set proxy for Google Chrome browser

什么是Simple proxy helper?

Simple proxy helper是由devextension2019开发的Chrome扩展程序,该扩展的主要功能是“Set proxy for Google Chrome browser”。

扩展截图

screenshot

下载Simple proxy helper扩展crx文件

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

扩展使用说明

                        A simple proxy service                    

扩展基本信息

名称 Simple proxy helper Simple proxy helper
ID aohbblkngjlnokaapngannghcnibiapi
官方URL https://chromewebstore.google.com/detail/simple-proxy-helper/aohbblkngjlnokaapngannghcnibiapi
简介 Set proxy for Google Chrome browser
文件大小 21 KB
安装次数 48
当前版本 0.0.9
更新时间 2019-05-19
上架时间 2019-05-16
开发者 devextension2019
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}