AutoProx

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

Hvad er AutoProx?

AutoProx er en Chrome-udvidelse udviklet af JCZ Studios, og dens hovedfunktion er "Auto rotating proxy system that connects you to a secure server.".

Download AutoProx-udvidelses-CRX-fil

Download AutoProx-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
Officiel URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Beskrivelse Auto rotating proxy system that connects you to a secure server.
Filstørrelse 8.28 KB
Antal Installationer 35
Nuværende Version 0.0.0.1
Senest Opdateret 2018-01-22
Udgivelsesdato 2018-01-22
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler JCZ Studios
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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",
        ""
    ]
}