AutoProx

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

Cos'è AutoProx?

AutoProx è un'estensione di Chrome sviluppata da JCZ Studios, e la sua funzione principale è "Auto rotating proxy system that connects you to a secure server.".

Scarica il file CRX dell'estensione AutoProx

Scarica i file di estensione AutoProx in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
URL Ufficiale https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Descrizione Auto rotating proxy system that connects you to a secure server.
Dimensione del File 8.28 KB
Conteggio Installazioni 35
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2018-01-22
Data di Pubblicazione 2018-01-22
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore JCZ Studios
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        ""
    ]
}