AutoProx

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

Vad är AutoProx?

AutoProx är en Chrome-tillägg utvecklad av JCZ Studios, och dess huvudfunktion är "Auto rotating proxy system that connects you to a secure server.".

Ladda ner AutoProx-förlängningens CRX-fil

Ladda ner AutoProx-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
Officiell webbadress https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Beskrivning Auto rotating proxy system that connects you to a secure server.
Filstorlek 8.28 KB
Antal Installationer 35
Aktuell Version 0.0.0.1
Senast Uppdaterad 2018-01-22
Publiceringsdatum 2018-01-22
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare JCZ Studios
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        ""
    ]
}