AutoProx

Auto rotating proxy system that connects you to a secure server.

什么是AutoProx?

AutoProx是由JCZ Studios开发的Chrome扩展程序,该扩展的主要功能是“Auto rotating proxy system that connects you to a secure server.”。

下载AutoProx扩展crx文件

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

扩展使用说明

                        This extension is currently experimental and may not function fully.
Connection is simple! Just hit the icon in the extension bar!
AutoProx uses an API service to retrieve free proxy services and then connects you to them. Since these proxies are random, we can not make any guarantee as to security, privacy, and usability of them.
In case of an error, cycle the extension by clicking the icon twice when connected.                    

扩展基本信息

名称 AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
官方URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
简介 Auto rotating proxy system that connects you to a secure server.
文件大小 8.28 KB
安装次数 35
当前版本 0.0.0.1
更新时间 2018-01-22
上架时间 2018-01-22
评分 5.00/5 共1次评分
开发者 JCZ Studios
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoProx",
    "description": "Auto rotating proxy system that connects you to a secure server.",
    "version": "0.0.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "128": "assets\/icons\/default.png"
    },
    "browser_action": [],
    "permissions": [
        "proxy",
        ""
    ]
}