AutoProx

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

Was ist AutoProx?

AutoProx ist eine Chrome-Erweiterung, die von JCZ Studios entwickelt wurde, und ihr Hauptmerkmal ist "Auto rotating proxy system that connects you to a secure server.".

AutoProx-Erweiterungs-CRX-Datei herunterladen

Laden Sie AutoProx-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
Offizielle URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Beschreibung Auto rotating proxy system that connects you to a secure server.
Dateigröße 8.28 KB
Installationsanzahl 35
Aktuelle Version 0.0.0.1
Letztes Update 2018-01-22
Veröffentlichungsdatum 2018-01-22
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler JCZ Studios
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}