AutoProx

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

Co to jest AutoProx?

AutoProx to rozszerzenie Chrome opracowane przez JCZ Studios, a jego główną funkcją jest „Auto rotating proxy system that connects you to a secure server.”.

Pobierz plik CRX rozszerzenia AutoProx

Pobierz pliki rozszerzeń AutoProx w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
Oficjalny URL https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Opis Auto rotating proxy system that connects you to a secure server.
Rozmiar pliku 8.28 KB
Liczba instalacji 35
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2018-01-22
Data Publikacji 2018-01-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper JCZ Studios
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}