AutoProx

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

Apa itu AutoProx?

AutoProx adalah ekstensi Chrome yang dikembangkan oleh JCZ Studios, dan fitur utamanya adalah "Auto rotating proxy system that connects you to a secure server.".

Unduh Berkas CRX Ekstensi AutoProx

Unduh file ekstensi AutoProx dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama AutoProx AutoProx
ID lclmgcmlmapgfleigeckkhjopnmhojic
URL Resmi https://chrome.google.com/webstore/detail/autoprox/lclmgcmlmapgfleigeckkhjopnmhojic
Deskripsi Auto rotating proxy system that connects you to a secure server.
Ukuran File 8.28 KB
Jumlah Instalasi 35
Versi Saat Ini 0.0.0.1
Terakhir Diperbarui 2018-01-22
Tanggal Publikasi 2018-01-22
Penilaian 5.00/5 Total 1 Penilaian
Pengembang JCZ Studios
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        ""
    ]
}