AutoProx

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

Qu'est-ce que AutoProx ?

AutoProx est une extension Chrome développée par JCZ Studios, et sa fonction principale est "Auto rotating proxy system that connects you to a secure server.".

Télécharger le fichier CRX de l'extension AutoProx

Téléchargez les fichiers d'extension AutoProx au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
URL Officiel https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Description Auto rotating proxy system that connects you to a secure server.
Taille du Fichier 8.28 KB
Nombre d'Installations 35
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2018-01-22
Date de Publication 2018-01-22
Évaluation 5.00/5 Total 1 Évaluations
Développeur JCZ Studios
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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",
        ""
    ]
}