AutoProx

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

What is AutoProx?

AutoProx is a Chrome extension developed by JCZ Studios, and its main feature is "Auto rotating proxy system that connects you to a secure server.".

Download AutoProx Extension CRX File

Download AutoProx 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

                        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.                    

Extension Basic Information

Name AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
Official URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Description Auto rotating proxy system that connects you to a secure server.
File Size 8.28 KB
Installation Count 35
Current Version 0.0.0.1
Last Updated 2018-01-22
Publish Date 2018-01-22
Rating 5.00/5 Total 1 Ratings
Developer JCZ Studios
Email [email protected]
Payment Type free
Supported Languages 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",
        ""
    ]
}